#C096CA

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

Shades of Lilac #C096CA

Tints of Lilac #C096CA

Color information

#C096CA (or 0xC096CA) is unknown color: approx Lilac. HEX triplet: C0, 96 and CA. RGB value is (192,150,202). Sum of RGB (Red+Green+Blue) = 192+150+202=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 202 (79.30% from 255 or 37.13% from 544); Max value from RGB is 202 - color contains mainly: blue. Hex color #C096CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C096CA is #3F6935. Grayscale: #A8A8A8. Windows color (decimal): -4155702 or 13276864. OLE color: 13276864.

HSL color Cylindrical-coordinate representation of color #C096CA: hue angle of 288.46º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C096CA is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB192150202-
CMYK0.050.2600.21
HSL288.46º32.91%69.02%-
HSV(B)288.46º25.74%79.22%-
XYZ43.3137.2860.79-
YUV168.49146.91144.77-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.29%
GREEN value IS 150 (58.98% from 255) = 27.57%
BLUE value IS 202 (79.30% from 255) = 37.13%
R=35.29%
G=27.57%
B=37.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1921502020.050.2600.21288.4632.9169.02
HexC096CA51A0151202145
Octal30022631253202544041105
Binary110000001001011011001010101110100101011001000001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C096CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C096CA; }

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

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

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

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

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

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

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

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