#C482FA

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

Shades of Heliotrope #C482FA

Tints of Heliotrope #C482FA

Color information

#C482FA (or 0xC482FA) is unknown color: approx Heliotrope. HEX triplet: C4, 82 and FA. RGB value is (196,130,250). Sum of RGB (Red+Green+Blue) = 196+130+250=576 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.03% from 576); Green value is 130 (51.17% from 255 or 22.57% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #C482FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C482FA is #3B7D05. Grayscale: #A3A3A3. Windows color (decimal): -3898630 or 16417476. OLE color: 16417476.

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

Color convert

RGB196130250-
CMYK0.220.4800.02
HSL273º92.31%74.51%-
HSV(B)273º48%98.04%-
XYZ4834.694.59-
YUV163.41176.87151.24-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.03%
GREEN value IS 130 (51.17% from 255) = 22.57%
BLUE value IS 250 (98.05% from 255) = 43.40%
R=34.03%
G=22.57%
B=43.40%

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
Decimal1961302500.220.4800.0227392.3174.51
HexC482FA1630021115c4b
Octal304202372266002421134113
Binary1100010010000010111110101011011000001010001000110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C482FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C482FA; }

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

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

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

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

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

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

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

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