#C470FD

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

Shades of Heliotrope #C470FD

Tints of Heliotrope #C470FD

Color information

#C470FD (or 0xC470FD) is unknown color: approx Heliotrope. HEX triplet: C4, 70 and FD. RGB value is (196,112,253). Sum of RGB (Red+Green+Blue) = 196+112+253=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 112 (44.14% from 255 or 19.96% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #C470FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C470FD is #3B8F02. Grayscale: #989898. Windows color (decimal): -3903235 or 16609476. OLE color: 16609476.

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

Color convert

RGB196112253-
CMYK0.230.5600.01
HSL275.74º97.24%71.57%-
HSV(B)275.74º55.73%99.22%-
XYZ46.2930.4296.36-
YUV153.19184.33158.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.94%
GREEN value IS 112 (44.14% from 255) = 19.96%
BLUE value IS 253 (99.22% from 255) = 45.10%
R=34.94%
G=19.96%
B=45.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1961122530.230.5600.01275.7497.2471.57
HexC470FD1738011146148
Octal304160375277001424141110
Binary11000100111000011111101101111110000110001010011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C470FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C470FD; }

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

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

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

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

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

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

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

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