#C977FE

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

Shades of Heliotrope #C977FE

Tints of Heliotrope #C977FE

Color information

#C977FE (or 0xC977FE) is unknown color: approx Heliotrope. HEX triplet: C9, 77 and FE. RGB value is (201,119,254). Sum of RGB (Red+Green+Blue) = 201+119+254=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 119 (46.88% from 255 or 20.73% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #C977FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C977FE is #368801. Grayscale: #9E9E9E. Windows color (decimal): -3573762 or 16676809. OLE color: 16676809.

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

Color convert

RGB201119254-
CMYK0.210.5300.00
HSL276.44º98.54%73.14%-
HSV(B)276.44º53.15%99.61%-
XYZ48.5732.7797.53-
YUV158.91181.67158.02-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.02%
GREEN value IS 119 (46.88% from 255) = 20.73%
BLUE value IS 254 (99.61% from 255) = 44.25%
R=35.02%
G=20.73%
B=44.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2011192540.210.5300.00276.4498.5473.14
HexC977FE1535001146349
Octal311167376256500424143111
Binary11001001111011111111110101011101010010001010011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C977FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C977FE; }

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

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

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

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

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

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

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

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