#C981EC

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

Shades of Heliotrope #C981EC

Tints of Heliotrope #C981EC

Color information

#C981EC (or 0xC981EC) is unknown color: approx Heliotrope. HEX triplet: C9, 81 and EC. RGB value is (201,129,236). Sum of RGB (Red+Green+Blue) = 201+129+236=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 129 (50.78% from 255 or 22.79% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #C981EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C981EC is #367E13. Grayscale: #A2A2A2. Windows color (decimal): -3571220 or 15499721. OLE color: 15499721.

HSL color Cylindrical-coordinate representation of color #C981EC: hue angle of 280.37º 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 #C981EC is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB201129236-
CMYK0.150.4500.07
HSL280.37º73.79%71.57%-
HSV(B)280.37º45.34%92.55%-
XYZ47.0834.1783.47-
YUV162.73169.35155.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.51%
GREEN value IS 129 (50.78% from 255) = 22.79%
BLUE value IS 236 (92.58% from 255) = 41.70%
R=35.51%
G=22.79%
B=41.70%

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
Decimal2011292360.150.4500.07280.3773.7971.57
HexC981ECF2D071184a48
Octal311201354175507430112110
Binary1100100110000001111011001111101101011110001100010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C981EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C981EC; }

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

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

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

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

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

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

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

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