#C976EC

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

Shades of Heliotrope #C976EC

Tints of Heliotrope #C976EC

Color information

#C976EC (or 0xC976EC) is unknown color: approx Heliotrope. HEX triplet: C9, 76 and EC. RGB value is (201,118,236). Sum of RGB (Red+Green+Blue) = 201+118+236=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 118 (46.48% from 255 or 21.26% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #C976EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C976EC is #368913. Grayscale: #9B9B9B. Windows color (decimal): -3574036 or 15496905. OLE color: 15496905.

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

Color convert

RGB201118236-
CMYK0.150.500.07
HSL282.2º75.64%69.41%-
HSV(B)282.2º50%92.55%-
XYZ45.7131.4383.01-
YUV156.27173159.91-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.22%
GREEN value IS 118 (46.48% from 255) = 21.26%
BLUE value IS 236 (92.58% from 255) = 42.52%
R=36.22%
G=21.26%
B=42.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2011182360.150.500.07282.275.6469.41
HexC976ECF320711a4c45
Octal311166354176207432114105
Binary110010011110110111011001111110010011110001101010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C976EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C976EC; }

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

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

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

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

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

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

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

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