#C976E8

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

Shades of Heliotrope #C976E8

Tints of Heliotrope #C976E8

Color information

#C976E8 (or 0xC976E8) is unknown color: approx Heliotrope. HEX triplet: C9, 76 and E8. RGB value is (201,118,232). Sum of RGB (Red+Green+Blue) = 201+118+232=551 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.48% from 551); Green value is 118 (46.48% from 255 or 21.42% from 551); Blue value is 232 (91.02% from 255 or 42.11% from 551); Max value from RGB is 232 - color contains mainly: blue. Hex color #C976E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C976E8 is #368917. Grayscale: #9B9B9B. Windows color (decimal): -3574040 or 15234761. OLE color: 15234761.

HSL color Cylindrical-coordinate representation of color #C976E8: hue angle of 283.68º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C976E8 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB201118232-
CMYK0.130.4900.09
HSL283.68º71.25%68.63%-
HSV(B)283.68º49.14%90.98%-
XYZ45.1331.279.99-
YUV155.81171160.23-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.48%
GREEN value IS 118 (46.48% from 255) = 21.42%
BLUE value IS 232 (91.02% from 255) = 42.11%
R=36.48%
G=21.42%
B=42.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2011182320.130.4900.09283.6871.2568.63
HexC976E8D310911c4745
Octal3111663501561011434107105
Binary1100100111101101110100011011100010100110001110010001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C976E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C976E8; }

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

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

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

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

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

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

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

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