#C96DEF

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

Shades of Heliotrope #C96DEF

Tints of Heliotrope #C96DEF

Color information

#C96DEF (or 0xC96DEF) is unknown color: approx Heliotrope. HEX triplet: C9, 6D and EF. RGB value is (201,109,239). Sum of RGB (Red+Green+Blue) = 201+109+239=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 109 (42.97% from 255 or 19.85% from 549); Blue value is 239 (93.75% from 255 or 43.53% from 549); Max value from RGB is 239 - color contains mainly: blue. Hex color #C96DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96DEF is #369210. Grayscale: #969696. Windows color (decimal): -3576337 or 15691209. OLE color: 15691209.

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

Color convert

RGB201109239-
CMYK0.160.5400.06
HSL282.46º80.25%68.24%-
HSV(B)282.46º54.39%93.73%-
XYZ45.1429.5984.99-
YUV151.33177.48163.43-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.61%
GREEN value IS 109 (42.97% from 255) = 19.85%
BLUE value IS 239 (93.75% from 255) = 43.53%
R=36.61%
G=19.85%
B=43.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2011092390.160.5400.06282.4680.2568.24
HexC96DEF10360611a5044
Octal311155357206606432120104
Binary1100100111011011110111110000110110011010001101010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96DEF; }

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

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

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

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

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

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

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

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