#C472FF

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

Shades of Heliotrope #C472FF

Tints of Heliotrope #C472FF

Color information

#C472FF (or 0xC472FF) is unknown color: approx Heliotrope. HEX triplet: C4, 72 and FF. RGB value is (196,114,255). Sum of RGB (Red+Green+Blue) = 196+114+255=565 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.69% from 565); Green value is 114 (44.92% from 255 or 20.18% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #C472FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C472FF is #3B8D00. Grayscale: #9A9A9A. Windows color (decimal): -3902721 or 16741060. OLE color: 16741060.

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

Color convert

RGB196114255-
CMYK0.230.5500
HSL274.89º100%72.35%-
HSV(B)274.89º55.29%100%-
XYZ46.8330.9998.12-
YUV154.59184.67157.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.69%
GREEN value IS 114 (44.92% from 255) = 20.18%
BLUE value IS 255 (100% from 255) = 45.13%
R=34.69%
G=20.18%
B=45.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1961142550.230.5500274.8910072.35
HexC472FF1737001136448
Octal304162377276700423144110
Binary11000100111001011111111101111101110010001001111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C472FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C472FF; }

 p { color: rgb(196,114,255); }

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

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

 a { background-color: rgb(196,114,255); }

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

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

 span { border-color: rgb(196,114,255); }

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