#C978FB

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

Shades of Heliotrope #C978FB

Tints of Heliotrope #C978FB

Color information

#C978FB (or 0xC978FB) is unknown color: approx Heliotrope. HEX triplet: C9, 78 and FB. RGB value is (201,120,251). Sum of RGB (Red+Green+Blue) = 201+120+251=572 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.14% from 572); Green value is 120 (47.27% from 255 or 20.98% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #C978FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C978FB is #368704. Grayscale: #9E9E9E. Windows color (decimal): -3573509 or 16480457. OLE color: 16480457.

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

Color convert

RGB201120251-
CMYK0.200.5200.02
HSL277.1º94.24%72.75%-
HSV(B)277.1º52.19%98.43%-
XYZ48.2232.8295.06-
YUV159.15179.84157.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.14%
GREEN value IS 120 (47.27% from 255) = 20.98%
BLUE value IS 251 (98.44% from 255) = 43.88%
R=35.14%
G=20.98%
B=43.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2011202510.200.5200.02277.194.2472.75
HexC978FB1434021155e49
Octal311170373246402425136111
Binary110010011111000111110111010011010001010001010110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C978FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C978FB; }

 p { color: rgb(201,120,251); }

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

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

 a { background-color: rgb(201,120,251); }

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

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

 span { border-color: rgb(201,120,251); }

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