#C57AE6

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

Shades of Heliotrope #C57AE6

Tints of Heliotrope #C57AE6

Color information

#C57AE6 (or 0xC57AE6) is unknown color: approx Heliotrope. HEX triplet: C5, 7A and E6. RGB value is (197,122,230). Sum of RGB (Red+Green+Blue) = 197+122+230=549 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.88% from 549); Green value is 122 (48.05% from 255 or 22.22% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 230 - color contains mainly: blue. Hex color #C57AE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57AE6 is #3A8519. Grayscale: #9C9C9C. Windows color (decimal): -3835162 or 15104709. OLE color: 15104709.

HSL color Cylindrical-coordinate representation of color #C57AE6: hue angle of 281.67º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C57AE6 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB197122230-
CMYK0.140.4700.10
HSL281.67º68.35%69.02%-
HSV(B)281.67º46.96%90.2%-
XYZ44.2731.578.61-
YUV156.74169.35156.72-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.88%
GREEN value IS 122 (48.05% from 255) = 22.22%
BLUE value IS 230 (90.23% from 255) = 41.89%
R=35.88%
G=22.22%
B=41.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1971222300.140.4700.10281.6768.3569.02
HexC57AE6E2F0A11a4445
Octal3051723461657012432104105
Binary1100010111110101110011011101011110101010001101010001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57AE6; }

 p { color: rgb(197,122,230); }

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

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

 a { background-color: rgb(197,122,230); }

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

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

 span { border-color: rgb(197,122,230); }

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