#C96EFF

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

Shades of Heliotrope #C96EFF

Tints of Heliotrope #C96EFF

Color information

#C96EFF (or 0xC96EFF) is unknown color: approx Heliotrope. HEX triplet: C9, 6E and FF. RGB value is (201,110,255). Sum of RGB (Red+Green+Blue) = 201+110+255=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 110 (43.36% from 255 or 19.43% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #C96EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96EFF is #369100. Grayscale: #999999. Windows color (decimal): -3576065 or 16740041. OLE color: 16740041.

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

Color convert

RGB201110255-
CMYK0.210.5700
HSL277.66º100%71.57%-
HSV(B)277.66º56.86%100%-
XYZ47.7130.7998.04-
YUV153.74185.15161.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.51%
GREEN value IS 110 (43.36% from 255) = 19.43%
BLUE value IS 255 (100% from 255) = 45.05%
R=35.51%
G=19.43%
B=45.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2011102550.210.5700277.6610071.57
HexC96EFF1539001166448
Octal311156377257100426144110
Binary11001001110111011111111101011110010010001011011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96EFF; }

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

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

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

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

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

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

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

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