#C481FA

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

Shades of Heliotrope #C481FA

Tints of Heliotrope #C481FA

Color information

#C481FA (or 0xC481FA) is unknown color: approx Heliotrope. HEX triplet: C4, 81 and FA. RGB value is (196,129,250). Sum of RGB (Red+Green+Blue) = 196+129+250=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 129 (50.78% from 255 or 22.43% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #C481FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C481FA is #3B7E05. Grayscale: #A2A2A2. Windows color (decimal): -3898886 or 16417220. OLE color: 16417220.

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

Color convert

RGB196129250-
CMYK0.220.4800.02
HSL273.22º92.37%74.31%-
HSV(B)273.22º48.4%98.04%-
XYZ47.8734.3494.55-
YUV162.83177.2151.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.09%
GREEN value IS 129 (50.78% from 255) = 22.43%
BLUE value IS 250 (98.05% from 255) = 43.48%
R=34.09%
G=22.43%
B=43.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1961292500.220.4800.02273.2292.3774.31
HexC481FA1630021115c4a
Octal304201372266002421134112
Binary1100010010000001111110101011011000001010001000110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C481FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C481FA; }

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

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

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

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

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

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

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

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