#C575ED

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

Shades of Heliotrope #C575ED

Tints of Heliotrope #C575ED

Color information

#C575ED (or 0xC575ED) is unknown color: approx Heliotrope. HEX triplet: C5, 75 and ED. RGB value is (197,117,237). Sum of RGB (Red+Green+Blue) = 197+117+237=551 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.75% from 551); Green value is 117 (46.09% from 255 or 21.23% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #C575ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C575ED is #3A8A12. Grayscale: #9A9A9A. Windows color (decimal): -3836435 or 15562181. OLE color: 15562181.

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

Color convert

RGB197117237-
CMYK0.170.5100.07
HSL280º76.92%69.41%-
HSV(B)280º50.63%92.94%-
XYZ44.6730.7183.69-
YUV154.6174.5158.24-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.75%
GREEN value IS 117 (46.09% from 255) = 21.23%
BLUE value IS 237 (92.97% from 255) = 43.01%
R=35.75%
G=21.23%
B=43.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1971172370.170.5100.0728076.9269.41
HexC575ED1133071184d45
Octal305165355216307430115105
Binary1100010111101011110110110001110011011110001100010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C575ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C575ED; }

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

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

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

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

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

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

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

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