#C978EE

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

Shades of Heliotrope #C978EE

Tints of Heliotrope #C978EE

Color information

#C978EE (or 0xC978EE) is unknown color: approx Heliotrope. HEX triplet: C9, 78 and EE. RGB value is (201,120,238). Sum of RGB (Red+Green+Blue) = 201+120+238=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 120 (47.27% from 255 or 21.47% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 238 - color contains mainly: blue. Hex color #C978EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C978EE is #368711. Grayscale: #9D9D9D. Windows color (decimal): -3573522 or 15628489. OLE color: 15628489.

HSL color Cylindrical-coordinate representation of color #C978EE: hue angle of 281.19º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C978EE is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB201120238-
CMYK0.160.5000.07
HSL281.19º77.63%70.2%-
HSV(B)281.19º49.58%93.33%-
XYZ46.2432.0284.63-
YUV157.67173.34158.91-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.96%
GREEN value IS 120 (47.27% from 255) = 21.47%
BLUE value IS 238 (93.36% from 255) = 42.58%
R=35.96%
G=21.47%
B=42.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2011202380.160.5000.07281.1977.6370.2
HexC978EE1032071194e46
Octal311170356206207431116106
Binary1100100111110001110111010000110010011110001100110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C978EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C978EE; }

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

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

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

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

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

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

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

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