#C982EC

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

Shades of Heliotrope #C982EC

Tints of Heliotrope #C982EC

Color information

#C982EC (or 0xC982EC) is unknown color: approx Heliotrope. HEX triplet: C9, 82 and EC. RGB value is (201,130,236). Sum of RGB (Red+Green+Blue) = 201+130+236=567 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.45% from 567); Green value is 130 (51.17% from 255 or 22.93% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #C982EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C982EC is #367D13. Grayscale: #A2A2A2. Windows color (decimal): -3570964 or 15499977. OLE color: 15499977.

HSL color Cylindrical-coordinate representation of color #C982EC: hue angle of 280.19º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C982EC is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB201130236-
CMYK0.150.4500.07
HSL280.19º73.61%71.76%-
HSV(B)280.19º44.92%92.55%-
XYZ47.2134.4483.52-
YUV163.31169.02154.88-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.45%
GREEN value IS 130 (51.17% from 255) = 22.93%
BLUE value IS 236 (92.58% from 255) = 41.62%
R=35.45%
G=22.93%
B=41.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2011302360.150.4500.07280.1973.6171.76
HexC982ECF2D071184a48
Octal311202354175507430112110
Binary1100100110000010111011001111101101011110001100010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C982EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C982EC; }

 p { color: rgb(201,130,236); }

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

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

 a { background-color: rgb(201,130,236); }

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

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

 span { border-color: rgb(201,130,236); }

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