#C976F1

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

Shades of Heliotrope #C976F1

Tints of Heliotrope #C976F1

Color information

#C976F1 (or 0xC976F1) is unknown color: approx Heliotrope. HEX triplet: C9, 76 and F1. RGB value is (201,118,241). Sum of RGB (Red+Green+Blue) = 201+118+241=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 118 (46.48% from 255 or 21.07% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #C976F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C976F1 is #36890E. Grayscale: #9C9C9C. Windows color (decimal): -3574031 or 15824585. OLE color: 15824585.

HSL color Cylindrical-coordinate representation of color #C976F1: hue angle of 280.49º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C976F1 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB201118241-
CMYK0.170.5100.05
HSL280.49º81.46%70.39%-
HSV(B)280.49º51.04%94.51%-
XYZ46.4431.7386.89-
YUV156.84175.5159.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.89%
GREEN value IS 118 (46.48% from 255) = 21.07%
BLUE value IS 241 (94.53% from 255) = 43.04%
R=35.89%
G=21.07%
B=43.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2011182410.170.5100.05280.4981.4670.39
HexC976F11133051185146
Octal311166361216305430121106
Binary1100100111101101111000110001110011010110001100010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C976F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C976F1; }

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

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

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

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

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

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

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

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