#C980EC

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

Shades of Heliotrope #C980EC

Tints of Heliotrope #C980EC

Color information

#C980EC (or 0xC980EC) is unknown color: approx Heliotrope. HEX triplet: C9, 80 and EC. RGB value is (201,128,236). Sum of RGB (Red+Green+Blue) = 201+128+236=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 128 (50.39% from 255 or 22.65% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #C980EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C980EC is #367F13. Grayscale: #A1A1A1. Windows color (decimal): -3571476 or 15499465. OLE color: 15499465.

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

Color convert

RGB201128236-
CMYK0.150.4600.07
HSL280.56º73.97%71.37%-
HSV(B)280.56º45.76%92.55%-
XYZ46.9533.9183.43-
YUV162.14169.68155.72-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.58%
GREEN value IS 128 (50.39% from 255) = 22.65%
BLUE value IS 236 (92.58% from 255) = 41.77%
R=35.58%
G=22.65%
B=41.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2011282360.150.4600.07280.5673.9771.37
HexC980ECF2E071194a47
Octal311200354175607431112107
Binary1100100110000000111011001111101110011110001100110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C980EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C980EC; }

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

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

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

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

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

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

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

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