#C96FE7

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

Shades of Heliotrope #C96FE7

Tints of Heliotrope #C96FE7

Color information

#C96FE7 (or 0xC96FE7) is unknown color: approx Heliotrope. HEX triplet: C9, 6F and E7. RGB value is (201,111,231). Sum of RGB (Red+Green+Blue) = 201+111+231=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 111 (43.75% from 255 or 20.44% from 543); Blue value is 231 (90.62% from 255 or 42.54% from 543); Max value from RGB is 231 - color contains mainly: blue. Hex color #C96FE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C96FE7 is #369018. Grayscale: #979797. Windows color (decimal): -3575833 or 15167433. OLE color: 15167433.

HSL color Cylindrical-coordinate representation of color #C96FE7: hue angle of 285º degrees, saturation: 0.71, 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 #C96FE7 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB201111231-
CMYK0.130.5200.09
HSL285º71.43%67.06%-
HSV(B)285º51.95%90.59%-
XYZ44.229.5678.98-
YUV151.59172.82163.24-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.02%
GREEN value IS 111 (43.75% from 255) = 20.44%
BLUE value IS 231 (90.62% from 255) = 42.54%
R=37.02%
G=20.44%
B=42.54%

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
Decimal2011112310.130.5200.0928571.4367.06
HexC96FE7D340911d4743
Octal3111573471564011435107103
Binary1100100111011111110011111011101000100110001110110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96FE7; }

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

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

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

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

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

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

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

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