#C981EB

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

Shades of Heliotrope #C981EB

Tints of Heliotrope #C981EB

Color information

#C981EB (or 0xC981EB) is unknown color: approx Heliotrope. HEX triplet: C9, 81 and EB. RGB value is (201,129,235). Sum of RGB (Red+Green+Blue) = 201+129+235=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 129 (50.78% from 255 or 22.83% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #C981EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C981EB is #367E14. Grayscale: #A2A2A2. Windows color (decimal): -3571221 or 15434185. OLE color: 15434185.

HSL color Cylindrical-coordinate representation of color #C981EB: hue angle of 280.75º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C981EB is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB201129235-
CMYK0.140.4500.08
HSL280.75º72.6%71.37%-
HSV(B)280.75º45.11%92.16%-
XYZ46.9334.1282.71-
YUV162.61168.85155.38-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.58%
GREEN value IS 129 (50.78% from 255) = 22.83%
BLUE value IS 235 (92.19% from 255) = 41.59%
R=35.58%
G=22.83%
B=41.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011292350.140.4500.08280.7572.671.37
HexC981EBE2D081194947
Octal3112013531655010431111107
Binary11001001100000011110101111101011010100010001100110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C981EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C981EB; }

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

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

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

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

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

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

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

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