#C57FF5

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

Shades of Heliotrope #C57FF5

Tints of Heliotrope #C57FF5

Color information

#C57FF5 (or 0xC57FF5) is unknown color: approx Heliotrope. HEX triplet: C5, 7F and F5. RGB value is (197,127,245). Sum of RGB (Red+Green+Blue) = 197+127+245=569 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.62% from 569); Green value is 127 (50% from 255 or 22.32% from 569); Blue value is 245 (96.09% from 255 or 43.06% from 569); Max value from RGB is 245 - color contains mainly: blue. Hex color #C57FF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57FF5 is #3A800A. Grayscale: #A0A0A0. Windows color (decimal): -3833867 or 16089029. OLE color: 16089029.

HSL color Cylindrical-coordinate representation of color #C57FF5: hue angle of 275.59º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C57FF5 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB197127245-
CMYK0.200.4800.04
HSL275.59º85.51%72.94%-
HSV(B)275.59º48.16%96.08%-
XYZ47.133.6490.4-
YUV161.38175.19153.41-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.62%
GREEN value IS 127 (50% from 255) = 22.32%
BLUE value IS 245 (96.09% from 255) = 43.06%
R=34.62%
G=22.32%
B=43.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1971272450.200.4800.04275.5985.5172.94
HexC57FF51430041145649
Octal305177365246004424126111
Binary1100010111111111111010110100110000010010001010010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57FF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57FF5; }

 p { color: rgb(197,127,245); }

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

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

 a { background-color: rgb(197,127,245); }

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

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

 span { border-color: rgb(197,127,245); }

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