#C96DEE

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

Shades of Heliotrope #C96DEE

Tints of Heliotrope #C96DEE

Color information

#C96DEE (or 0xC96DEE) is unknown color: approx Heliotrope. HEX triplet: C9, 6D and EE. RGB value is (201,109,238). Sum of RGB (Red+Green+Blue) = 201+109+238=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 109 (42.97% from 255 or 19.89% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #C96DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96DEE is #369211. Grayscale: #969696. Windows color (decimal): -3576338 or 15625673. OLE color: 15625673.

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

Color convert

RGB201109238-
CMYK0.160.5400.07
HSL282.79º79.14%68.04%-
HSV(B)282.79º54.2%93.33%-
XYZ44.9929.5384.22-
YUV151.21176.98163.51-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.68%
GREEN value IS 109 (42.97% from 255) = 19.89%
BLUE value IS 238 (93.36% from 255) = 43.43%
R=36.68%
G=19.89%
B=43.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2011092380.160.5400.07282.7979.1468.04
HexC96DEE10360711b4f44
Octal311155356206607433117104
Binary1100100111011011110111010000110110011110001101110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96DEE; }

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

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

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

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

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

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

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

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