#C470ED

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

Shades of Heliotrope #C470ED

Tints of Heliotrope #C470ED

Color information

#C470ED (or 0xC470ED) is unknown color: approx Heliotrope. HEX triplet: C4, 70 and ED. RGB value is (196,112,237). Sum of RGB (Red+Green+Blue) = 196+112+237=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 112 (44.14% from 255 or 20.55% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #C470ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C470ED is #3B8F12. Grayscale: #969696. Windows color (decimal): -3903251 or 15560900. OLE color: 15560900.

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

Color convert

RGB196112237-
CMYK0.170.5300.07
HSL280.32º77.64%68.43%-
HSV(B)280.32º52.74%92.94%-
XYZ43.8529.4483.49-
YUV151.37176.33159.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.96%
GREEN value IS 112 (44.14% from 255) = 20.55%
BLUE value IS 237 (92.97% from 255) = 43.49%
R=35.96%
G=20.55%
B=43.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1961122370.170.5300.07280.3277.6468.43
HexC470ED1135071184e44
Octal304160355216507430116104
Binary1100010011100001110110110001110101011110001100010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C470ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C470ED; }

 p { color: rgb(196,112,237); }

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

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

 a { background-color: rgb(196,112,237); }

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

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

 span { border-color: rgb(196,112,237); }

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