#C472FA

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

Shades of Heliotrope #C472FA

Tints of Heliotrope #C472FA

Color information

#C472FA (or 0xC472FA) is unknown color: approx Heliotrope. HEX triplet: C4, 72 and FA. RGB value is (196,114,250). Sum of RGB (Red+Green+Blue) = 196+114+250=560 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35% from 560); Green value is 114 (44.92% from 255 or 20.36% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #C472FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C472FA is #3B8D05. Grayscale: #999999. Windows color (decimal): -3902726 or 16413380. OLE color: 16413380.

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

Color convert

RGB196114250-
CMYK0.220.5400.02
HSL276.18º93.15%71.37%-
HSV(B)276.18º54.4%98.04%-
XYZ46.0430.6793.94-
YUV154.02182.17157.94-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35%
GREEN value IS 114 (44.92% from 255) = 20.36%
BLUE value IS 250 (98.05% from 255) = 44.64%
R=35%
G=20.36%
B=44.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1961142500.220.5400.02276.1893.1571.37
HexC472FA1636021145d47
Octal304162372266602424135107
Binary110001001110010111110101011011011001010001010010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C472FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C472FA; }

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

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

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

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

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

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

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

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