#C091CA

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

Shades of Lilac #C091CA

Tints of Lilac #C091CA

Color information

#C091CA (or 0xC091CA) is unknown color: approx Lilac. HEX triplet: C0, 91 and CA. RGB value is (192,145,202). Sum of RGB (Red+Green+Blue) = 192+145+202=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 145 (57.03% from 255 or 26.90% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 202 - color contains mainly: blue. Hex color #C091CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C091CA is #3F6E35. Grayscale: #A5A5A5. Windows color (decimal): -4156982 or 13275584. OLE color: 13275584.

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

Color convert

RGB192145202-
CMYK0.050.2800.21
HSL289.47º34.97%68.04%-
HSV(B)289.47º28.22%79.22%-
XYZ42.5235.7260.53-
YUV165.55148.57146.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.62%
GREEN value IS 145 (57.03% from 255) = 26.90%
BLUE value IS 202 (79.30% from 255) = 37.48%
R=35.62%
G=26.90%
B=37.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1921452020.050.2800.21289.4734.9768.04
HexC091CA51C0151212344
Octal30022131253402544143104
Binary110000001001000111001010101111000101011001000011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C091CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C091CA; }

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

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

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

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

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

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

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

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