#C57DEC

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

Shades of Heliotrope #C57DEC

Tints of Heliotrope #C57DEC

Color information

#C57DEC (or 0xC57DEC) is unknown color: approx Heliotrope. HEX triplet: C5, 7D and EC. RGB value is (197,125,236). Sum of RGB (Red+Green+Blue) = 197+125+236=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 125 (49.22% from 255 or 22.40% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #C57DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57DEC is #3A8213. Grayscale: #9E9E9E. Windows color (decimal): -3834388 or 15498693. OLE color: 15498693.

HSL color Cylindrical-coordinate representation of color #C57DEC: hue angle of 278.92º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C57DEC is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB197125236-
CMYK0.170.4700.07
HSL278.92º74.5%70.78%-
HSV(B)278.92º47.03%92.55%-
XYZ45.532.5983.25-
YUV159.18171.35154.97-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.30%
GREEN value IS 125 (49.22% from 255) = 22.40%
BLUE value IS 236 (92.58% from 255) = 42.29%
R=35.30%
G=22.40%
B=42.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1971252360.170.4700.07278.9274.570.78
HexC57DEC112F071174a47
Octal305175354215707427112107
Binary1100010111111011110110010001101111011110001011110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57DEC; }

 p { color: rgb(197,125,236); }

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

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

 a { background-color: rgb(197,125,236); }

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

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

 span { border-color: rgb(197,125,236); }

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