#C470FE

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

Shades of Heliotrope #C470FE

Tints of Heliotrope #C470FE

Color information

#C470FE (or 0xC470FE) is unknown color: approx Heliotrope. HEX triplet: C4, 70 and FE. RGB value is (196,112,254). Sum of RGB (Red+Green+Blue) = 196+112+254=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 112 (44.14% from 255 or 19.93% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #C470FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C470FE is #3B8F01. Grayscale: #989898. Windows color (decimal): -3903234 or 16675012. OLE color: 16675012.

HSL color Cylindrical-coordinate representation of color #C470FE: hue angle of 275.49º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C470FE is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB196112254-
CMYK0.230.5600.00
HSL275.49º98.61%71.76%-
HSV(B)275.49º55.91%99.61%-
XYZ46.4530.4897.2-
YUV153.3184.83158.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.88%
GREEN value IS 112 (44.14% from 255) = 19.93%
BLUE value IS 254 (99.61% from 255) = 45.20%
R=34.88%
G=19.93%
B=45.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1961122540.230.5600.00275.4998.6171.76
HexC470FE1738001136348
Octal304160376277000423143110
Binary11000100111000011111110101111110000010001001111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C470FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C470FE; }

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

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

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

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

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

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

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

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