#C96CFF

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

Shades of Heliotrope #C96CFF

Tints of Heliotrope #C96CFF

Color information

#C96CFF (or 0xC96CFF) is unknown color: approx Heliotrope. HEX triplet: C9, 6C and FF. RGB value is (201,108,255). Sum of RGB (Red+Green+Blue) = 201+108+255=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 108 (42.58% from 255 or 19.15% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #C96CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96CFF is #369300. Grayscale: #989898. Windows color (decimal): -3576577 or 16739529. OLE color: 16739529.

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

Color convert

RGB201108255-
CMYK0.210.5800
HSL277.96º100%71.18%-
HSV(B)277.96º57.65%100%-
XYZ47.530.3697.96-
YUV152.56185.81162.55-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.64%
GREEN value IS 108 (42.58% from 255) = 19.15%
BLUE value IS 255 (100% from 255) = 45.21%
R=35.64%
G=19.15%
B=45.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2011082550.210.5800277.9610071.18
HexC96CFF153A001166447
Octal311154377257200426144107
Binary11001001110110011111111101011110100010001011011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96CFF; }

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

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

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

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

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

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

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

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