#C96EF2

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

Shades of Heliotrope #C96EF2

Tints of Heliotrope #C96EF2

Color information

#C96EF2 (or 0xC96EF2) is unknown color: approx Heliotrope. HEX triplet: C9, 6E and F2. RGB value is (201,110,242). Sum of RGB (Red+Green+Blue) = 201+110+242=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 110 (43.36% from 255 or 19.89% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 242 - color contains mainly: blue. Hex color #C96EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96EF2 is #36910D. Grayscale: #979797. Windows color (decimal): -3576078 or 15888073. OLE color: 15888073.

HSL color Cylindrical-coordinate representation of color #C96EF2: hue angle of 281.36º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C96EF2 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB201110242-
CMYK0.170.5500.05
HSL281.36º83.54%69.02%-
HSV(B)281.36º54.55%94.9%-
XYZ45.6929.9887.38-
YUV152.26178.65162.77-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.35%
GREEN value IS 110 (43.36% from 255) = 19.89%
BLUE value IS 242 (94.92% from 255) = 43.76%
R=36.35%
G=19.89%
B=43.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2011102420.170.5500.05281.3683.5469.02
HexC96EF21137051195445
Octal311156362216705431124105
Binary1100100111011101111001010001110111010110001100110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96EF2; }

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

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

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

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

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

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

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

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