#C96AFF

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

Shades of Heliotrope #C96AFF

Tints of Heliotrope #C96AFF

Color information

#C96AFF (or 0xC96AFF) is unknown color: approx Heliotrope. HEX triplet: C9, 6A and FF. RGB value is (201,106,255). Sum of RGB (Red+Green+Blue) = 201+106+255=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 106 (41.80% from 255 or 18.86% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #C96AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96AFF is #369500. Grayscale: #969696. Windows color (decimal): -3577089 or 16739017. OLE color: 16739017.

HSL color Cylindrical-coordinate representation of color #C96AFF: hue angle of 278.26º 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 #C96AFF is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB201106255-
CMYK0.210.5800
HSL278.26º100%70.78%-
HSV(B)278.26º58.43%100%-
XYZ47.2929.9597.9-
YUV151.39186.47163.38-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.77%
GREEN value IS 106 (41.80% from 255) = 18.86%
BLUE value IS 255 (100% from 255) = 45.37%
R=35.77%
G=18.86%
B=45.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2011062550.210.5800278.2610070.78
HexC96AFF153A001166447
Octal311152377257200426144107
Binary11001001110101011111111101011110100010001011011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96AFF; }

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

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

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

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

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

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

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

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