#C976FA

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

Shades of Heliotrope #C976FA

Tints of Heliotrope #C976FA

Color information

#C976FA (or 0xC976FA) is unknown color: approx Heliotrope. HEX triplet: C9, 76 and FA. RGB value is (201,118,250). Sum of RGB (Red+Green+Blue) = 201+118+250=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 118 (46.48% from 255 or 20.74% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #C976FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C976FA is #368905. Grayscale: #9D9D9D. Windows color (decimal): -3574022 or 16414409. OLE color: 16414409.

HSL color Cylindrical-coordinate representation of color #C976FA: hue angle of 277.73º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C976FA is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB201118250-
CMYK0.200.5300.02
HSL277.73º92.96%72.16%-
HSV(B)277.73º52.8%98.04%-
XYZ47.8232.2894.15-
YUV157.86180158.77-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.33%
GREEN value IS 118 (46.48% from 255) = 20.74%
BLUE value IS 250 (98.05% from 255) = 43.94%
R=35.33%
G=20.74%
B=43.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2011182500.200.5300.02277.7392.9672.16
HexC976FA1435021165d48
Octal311166372246502426135110
Binary110010011110110111110101010011010101010001011010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C976FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C976FA; }

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

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

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

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

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

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

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

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