#C981EF

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

Shades of Heliotrope #C981EF

Tints of Heliotrope #C981EF

Color information

#C981EF (or 0xC981EF) is unknown color: approx Heliotrope. HEX triplet: C9, 81 and EF. RGB value is (201,129,239). Sum of RGB (Red+Green+Blue) = 201+129+239=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 129 (50.78% from 255 or 22.67% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #C981EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C981EF is #367E10. Grayscale: #A2A2A2. Windows color (decimal): -3571217 or 15696329. OLE color: 15696329.

HSL color Cylindrical-coordinate representation of color #C981EF: hue angle of 279.27º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C981EF is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB201129239-
CMYK0.160.4600.06
HSL279.27º77.46%72.16%-
HSV(B)279.27º46.03%93.73%-
XYZ47.5234.3585.79-
YUV163.07170.85155.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.33%
GREEN value IS 129 (50.78% from 255) = 22.67%
BLUE value IS 239 (93.75% from 255) = 42.00%
R=35.33%
G=22.67%
B=42.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2011292390.160.4600.06279.2777.4672.16
HexC981EF102E061174d48
Octal311201357205606427115110
Binary11001001100000011110111110000101110011010001011110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C981EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C981EF; }

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

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

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

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

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

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

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

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