#C096C0

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

Shades of Lilac #C096C0

Tints of Lilac #C096C0

Color information

#C096C0 (or 0xC096C0) is unknown color: approx Lilac. HEX triplet: C0, 96 and C0. RGB value is (192,150,192). Sum of RGB (Red+Green+Blue) = 192+150+192=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C096C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C096C0 is #3F693F. Grayscale: #A7A7A7. Windows color (decimal): -4155712 or 12621504. OLE color: 12621504.

HSL color Cylindrical-coordinate representation of color #C096C0: hue angle of 300º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C096C0 is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB192150192-
CMYK00.2200.25
HSL300º25%67.06%-
HSV(B)300º21.88%75.29%-
XYZ42.1636.8254.76-
YUV167.35141.91145.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.96%
GREEN value IS 150 (58.98% from 255) = 28.09%
BLUE value IS 192 (75.39% from 255) = 35.96%
R=35.96%
G=28.09%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215019200.2200.253002567.06
HexC096C001601912c1943
Octal30022630002603145431103
Binary110000001001011011000000010110011001100101100110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C096C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C096C0; }

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

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

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

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

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

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

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

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