#C57BF2

Color #C57BF2 Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #C57BF2

Tints of Heliotrope #C57BF2

Color information

#C57BF2 (or 0xC57BF2) is unknown color: approx Heliotrope. HEX triplet: C5, 7B and F2. RGB value is (197,123,242). Sum of RGB (Red+Green+Blue) = 197+123+242=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 123 (48.44% from 255 or 21.89% from 562); Blue value is 242 (94.92% from 255 or 43.06% from 562); Max value from RGB is 242 - color contains mainly: blue. Hex color #C57BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57BF2 is #3A840D. Grayscale: #9E9E9E. Windows color (decimal): -3834894 or 15891397. OLE color: 15891397.

HSL color Cylindrical-coordinate representation of color #C57BF2: hue angle of 277.31º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C57BF2 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB197123242-
CMYK0.190.4900.05
HSL277.31º82.07%71.57%-
HSV(B)277.31º49.17%94.9%-
XYZ46.1432.4587.84-
YUV158.69175.02155.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 35.05%
GREEN value IS 123 (48.44% from 255) = 21.89%
BLUE value IS 242 (94.92% from 255) = 43.06%
R=35.05%
G=21.89%
B=43.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1971232420.190.4900.05277.3182.0771.57
HexC57BF21331051155248
Octal305173362236105425122110
Binary1100010111110111111001010011110001010110001010110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57BF2; }

 p { color: rgb(197,123,242); }

 H1.HeaderClassName
 {
   color: #C57BF2;
 }
 .AnyTagClassName
 {
   color: #C57BF2;
 }
</style>
background-color css

<style>
 a { background-color: #C57BF2; }

 a { background-color: rgb(197,123,242); }

 div.DivClassName
 {
   background-color: #C57BF2;
 }
 .BgClassName
 {
   background-color: #C57BF2;
 }
</style>
border-color css

<style>
 span { border-color: #C57BF2; }

 span { border-color: rgb(197,123,242); }

 td.TdClassName
 {
   border-color: #C57BF2;
 }
 .TagClassName
 {
   border-color: #C57BF2;
 }
</style>