#C470FA

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

Shades of Heliotrope #C470FA

Tints of Heliotrope #C470FA

Color information

#C470FA (or 0xC470FA) is unknown color: approx Heliotrope. HEX triplet: C4, 70 and FA. RGB value is (196,112,250). Sum of RGB (Red+Green+Blue) = 196+112+250=558 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.13% from 558); Green value is 112 (44.14% from 255 or 20.07% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #C470FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C470FA is #3B8F05. Grayscale: #989898. Windows color (decimal): -3903238 or 16412868. OLE color: 16412868.

HSL color Cylindrical-coordinate representation of color #C470FA: hue angle of 276.52º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C470FA is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB196112250-
CMYK0.220.5500.02
HSL276.52º93.24%70.98%-
HSV(B)276.52º55.2%98.04%-
XYZ45.8130.2393.86-
YUV152.85182.83158.78-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.13%
GREEN value IS 112 (44.14% from 255) = 20.07%
BLUE value IS 250 (98.05% from 255) = 44.80%
R=35.13%
G=20.07%
B=44.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1961122500.220.5500.02276.5293.2470.98
HexC470FA1637021155d47
Octal304160372266702425135107
Binary110001001110000111110101011011011101010001010110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C470FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C470FA; }

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

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

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

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

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

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

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

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