#C575EA

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

Shades of Heliotrope #C575EA

Tints of Heliotrope #C575EA

Color information

#C575EA (or 0xC575EA) is unknown color: approx Heliotrope. HEX triplet: C5, 75 and EA. RGB value is (197,117,234). Sum of RGB (Red+Green+Blue) = 197+117+234=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 117 (46.09% from 255 or 21.35% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: blue. Hex color #C575EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C575EA is #3A8A15. Grayscale: #999999. Windows color (decimal): -3836438 or 15365573. OLE color: 15365573.

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

Color convert

RGB197117234-
CMYK0.160.500.08
HSL281.03º73.58%68.82%-
HSV(B)281.03º50%91.76%-
XYZ44.2430.5381.4-
YUV154.26173158.49-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.95%
GREEN value IS 117 (46.09% from 255) = 21.35%
BLUE value IS 234 (91.80% from 255) = 42.70%
R=35.95%
G=21.35%
B=42.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1971172340.160.500.08281.0373.5868.82
HexC575EA1032081194a45
Octal3051653522062010431112105
Binary11000101111010111101010100001100100100010001100110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C575EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C575EA; }

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

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

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

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

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

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

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

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