#C977FF

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

Shades of Heliotrope #C977FF

Tints of Heliotrope #C977FF

Color information

#C977FF (or 0xC977FF) is unknown color: approx Heliotrope. HEX triplet: C9, 77 and FF. RGB value is (201,119,255). Sum of RGB (Red+Green+Blue) = 201+119+255=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 119 (46.88% from 255 or 20.70% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #C977FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C977FF is #368800. Grayscale: #9E9E9E. Windows color (decimal): -3573761 or 16742345. OLE color: 16742345.

HSL color Cylindrical-coordinate representation of color #C977FF: hue angle of 276.18º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C977FF is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB201119255-
CMYK0.210.5300
HSL276.18º100%73.33%-
HSV(B)276.18º53.33%100%-
XYZ48.7332.8398.38-
YUV159.02182.17157.94-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.96%
GREEN value IS 119 (46.88% from 255) = 20.70%
BLUE value IS 255 (100% from 255) = 44.35%
R=34.96%
G=20.70%
B=44.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2011192550.210.5300276.1810073.33
HexC977FF1535001146449
Octal311167377256500424144111
Binary11001001111011111111111101011101010010001010011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C977FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C977FF; }

 p { color: rgb(201,119,255); }

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

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

 a { background-color: rgb(201,119,255); }

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

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

 span { border-color: rgb(201,119,255); }

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