#c96fe8

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

Shades of Heliotrope #C96FE8

Tints of Heliotrope #C96FE8

Color information

#C96FE8 (or 0xC96FE8) is unknown color: approx Heliotrope. HEX triplet: C9, 6F and E8. RGB value is (201,111,232). Sum of RGB (Red+Green+Blue) = 201+111+232=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 111 (43.75% from 255 or 20.40% from 544); Blue value is 232 (91.02% from 255 or 42.65% from 544); Max value from RGB is 232 - color contains mainly: blue. Hex color #C96FE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96FE8 is #369017. Grayscale: #979797. Windows color (decimal): -3575832 or 15232969. OLE color: 15232969.

HSL color Cylindrical-coordinate representation of color #C96FE8: hue angle of 284.63º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C96FE8 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB201111232-
CMYK0.130.5200.09
HSL284.63º72.46%67.25%-
HSV(B)284.63º52.16%90.98%-
XYZ44.3429.6179.72-
YUV151.7173.32163.16-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.95%
GREEN value IS 111 (43.75% from 255) = 20.40%
BLUE value IS 232 (91.02% from 255) = 42.65%
R=36.95%
G=20.40%
B=42.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2011112320.130.5200.09284.6372.4667.25
HexC96FE8D340911d4843
Octal3111573501564011435110103
Binary1100100111011111110100011011101000100110001110110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c96fe8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c96fe8; }

 p { color: rgb(201,111,232); }

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

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

 a { background-color: rgb(201,111,232); }

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

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

 span { border-color: rgb(201,111,232); }

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