#C096C2

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

Shades of Lilac #C096C2

Tints of Lilac #C096C2

Color information

#C096C2 (or 0xC096C2) is unknown color: approx Lilac. HEX triplet: C0, 96 and C2. RGB value is (192,150,194). Sum of RGB (Red+Green+Blue) = 192+150+194=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 194 (76.17% from 255 or 36.19% from 536); Max value from RGB is 194 - color contains mainly: blue. Hex color #C096C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C096C2 is #3F693D. Grayscale: #A7A7A7. Windows color (decimal): -4155710 or 12752576. OLE color: 12752576.

HSL color Cylindrical-coordinate representation of color #C096C2: hue angle of 297.27º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C096C2 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB192150194-
CMYK0.010.2300.24
HSL297.27º26.51%67.45%-
HSV(B)297.27º22.68%76.08%-
XYZ42.3836.9155.93-
YUV167.57142.91145.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.82%
GREEN value IS 150 (58.98% from 255) = 27.99%
BLUE value IS 194 (76.17% from 255) = 36.19%
R=35.82%
G=27.99%
B=36.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921501940.010.2300.24297.2726.5167.45
HexC096C21170181291b43
Octal30022630212703045133103
Binary110000001001011011000010110111011000100101001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C096C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C096C2; }

 p { color: rgb(192,150,194); }

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

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

 a { background-color: rgb(192,150,194); }

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

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

 span { border-color: rgb(192,150,194); }

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