#C96FED

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

Shades of Heliotrope #C96FED

Tints of Heliotrope #C96FED

Color information

#C96FED (or 0xC96FED) is unknown color: approx Heliotrope. HEX triplet: C9, 6F and ED. RGB value is (201,111,237). Sum of RGB (Red+Green+Blue) = 201+111+237=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 111 (43.75% from 255 or 20.22% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #C96FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96FED is #369012. Grayscale: #979797. Windows color (decimal): -3575827 or 15560649. OLE color: 15560649.

HSL color Cylindrical-coordinate representation of color #C96FED: hue angle of 282.86º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C96FED is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB201111237-
CMYK0.150.5300.07
HSL282.86º77.78%68.24%-
HSV(B)282.86º53.16%92.94%-
XYZ45.0629.983.52-
YUV152.27175.82162.75-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.61%
GREEN value IS 111 (43.75% from 255) = 20.22%
BLUE value IS 237 (92.97% from 255) = 43.17%
R=36.61%
G=20.22%
B=43.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2011112370.150.5300.07282.8677.7868.24
HexC96FEDF350711b4e44
Octal311157355176507433116104
Binary110010011101111111011011111110101011110001101110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96FED; }

 p { color: rgb(201,111,237); }

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

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

 a { background-color: rgb(201,111,237); }

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

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

 span { border-color: rgb(201,111,237); }

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