#C96AF5

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

Shades of Heliotrope #C96AF5

Tints of Heliotrope #C96AF5

Color information

#C96AF5 (or 0xC96AF5) is unknown color: approx Heliotrope. HEX triplet: C9, 6A and F5. RGB value is (201,106,245). Sum of RGB (Red+Green+Blue) = 201+106+245=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 106 (41.80% from 255 or 19.20% from 552); Blue value is 245 (96.09% from 255 or 44.38% from 552); Max value from RGB is 245 - color contains mainly: blue. Hex color #C96AF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96AF5 is #36950A. Grayscale: #959595. Windows color (decimal): -3577099 or 16083657. OLE color: 16083657.

HSL color Cylindrical-coordinate representation of color #C96AF5: hue angle of 281.01º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C96AF5 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB201106245-
CMYK0.180.5700.04
HSL281.01º87.42%68.82%-
HSV(B)281.01º56.73%96.08%-
XYZ45.7229.3289.64-
YUV150.25181.47164.2-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.41%
GREEN value IS 106 (41.80% from 255) = 19.20%
BLUE value IS 245 (96.09% from 255) = 44.38%
R=36.41%
G=19.20%
B=44.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2011062450.180.5700.04281.0187.4268.82
HexC96AF51239041195745
Octal311152365227104431127105
Binary1100100111010101111010110010111001010010001100110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96AF5; }

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

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

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

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

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

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

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

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