#C573EA

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

Shades of Heliotrope #C573EA

Tints of Heliotrope #C573EA

Color information

#C573EA (or 0xC573EA) is unknown color: approx Heliotrope. HEX triplet: C5, 73 and EA. RGB value is (197,115,234). Sum of RGB (Red+Green+Blue) = 197+115+234=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 115 (45.31% from 255 or 21.06% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #C573EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C573EA is #3A8C15. Grayscale: #989898. Windows color (decimal): -3836950 or 15365061. OLE color: 15365061.

HSL color Cylindrical-coordinate representation of color #C573EA: hue angle of 281.34º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C573EA is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB197115234-
CMYK0.160.5100.08
HSL281.34º73.91%68.43%-
HSV(B)281.34º50.85%91.76%-
XYZ44.0130.0781.33-
YUV153.08173.67159.32-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.08%
GREEN value IS 115 (45.31% from 255) = 21.06%
BLUE value IS 234 (91.80% from 255) = 42.86%
R=36.08%
G=21.06%
B=42.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1971152340.160.5100.08281.3473.9168.43
HexC573EA1033081194a44
Octal3051633522063010431112104
Binary11000101111001111101010100001100110100010001100110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C573EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C573EA; }

 p { color: rgb(197,115,234); }

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

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

 a { background-color: rgb(197,115,234); }

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

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

 span { border-color: rgb(197,115,234); }

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