#C482FE

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

Shades of Heliotrope #C482FE

Tints of Heliotrope #C482FE

Color information

#C482FE (or 0xC482FE) is unknown color: approx Heliotrope. HEX triplet: C4, 82 and FE. RGB value is (196,130,254). Sum of RGB (Red+Green+Blue) = 196+130+254=580 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.79% from 580); Green value is 130 (51.17% from 255 or 22.41% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #C482FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C482FE is #3B7D01. Grayscale: #A3A3A3. Windows color (decimal): -3898626 or 16679620. OLE color: 16679620.

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

Color convert

RGB196130254-
CMYK0.230.4900.00
HSL271.94º98.41%75.29%-
HSV(B)271.94º48.82%99.61%-
XYZ48.6434.8697.93-
YUV163.87178.87150.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.79%
GREEN value IS 130 (51.17% from 255) = 22.41%
BLUE value IS 254 (99.61% from 255) = 43.79%
R=33.79%
G=22.41%
B=43.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1961302540.230.4900.00271.9498.4175.29
HexC482FE173100110624b
Octal304202376276100420142113
Binary110001001000001011111110101111100010010001000011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C482FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C482FE; }

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

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

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

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

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

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

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

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