#C981EE

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

Shades of Heliotrope #C981EE

Tints of Heliotrope #C981EE

Color information

#C981EE (or 0xC981EE) is unknown color: approx Heliotrope. HEX triplet: C9, 81 and EE. RGB value is (201,129,238). Sum of RGB (Red+Green+Blue) = 201+129+238=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 129 (50.78% from 255 or 22.71% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #C981EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C981EE is #367E11. Grayscale: #A2A2A2. Windows color (decimal): -3571218 or 15630793. OLE color: 15630793.

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

Color convert

RGB201129238-
CMYK0.160.4600.07
HSL279.63º76.22%71.96%-
HSV(B)279.63º45.8%93.33%-
XYZ47.3734.2985.01-
YUV162.95170.35155.14-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.39%
GREEN value IS 129 (50.78% from 255) = 22.71%
BLUE value IS 238 (93.36% from 255) = 41.90%
R=35.39%
G=22.71%
B=41.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2011292380.160.4600.07279.6376.2271.96
HexC981EE102E071184c48
Octal311201356205607430114110
Binary11001001100000011110111010000101110011110001100010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C981EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C981EE; }

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

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

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

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

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

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

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

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