#C978FF

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

Shades of Heliotrope #C978FF

Tints of Heliotrope #C978FF

Color information

#C978FF (or 0xC978FF) is unknown color: approx Heliotrope. HEX triplet: C9, 78 and FF. RGB value is (201,120,255). Sum of RGB (Red+Green+Blue) = 201+120+255=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 120 (47.27% from 255 or 20.83% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #C978FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C978FF is #368700. Grayscale: #9F9F9F. Windows color (decimal): -3573505 or 16742601. OLE color: 16742601.

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

Color convert

RGB201120255-
CMYK0.210.5300
HSL276º100%73.53%-
HSV(B)276º52.94%100%-
XYZ48.8533.0798.42-
YUV159.61181.84157.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.90%
GREEN value IS 120 (47.27% from 255) = 20.83%
BLUE value IS 255 (100% from 255) = 44.27%
R=34.90%
G=20.83%
B=44.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2011202550.210.530027610073.53
HexC978FF153500114644a
Octal311170377256500424144112
Binary11001001111100011111111101011101010010001010011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C978FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C978FF; }

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

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

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

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

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

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

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

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