#C09BCA

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

Shades of Lilac #C09BCA

Tints of Lilac #C09BCA

Color information

#C09BCA (or 0xC09BCA) is unknown color: approx Lilac. HEX triplet: C0, 9B and CA. RGB value is (192,155,202). Sum of RGB (Red+Green+Blue) = 192+155+202=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 202 - color contains mainly: blue. Hex color #C09BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09BCA is #3F6435. Grayscale: #ABABAB. Windows color (decimal): -4154422 or 13278144. OLE color: 13278144.

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

Color convert

RGB192155202-
CMYK0.050.2300.21
HSL287.23º30.72%70%-
HSV(B)287.23º23.27%79.22%-
XYZ44.1238.9161.06-
YUV171.42145.26142.68-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.97%
GREEN value IS 155 (60.94% from 255) = 28.23%
BLUE value IS 202 (79.30% from 255) = 36.79%
R=34.97%
G=28.23%
B=36.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1921552020.050.2300.21287.2330.7270
HexC09BCA51701511f1f46
Octal30023331252702543737106
Binary11000000100110111100101010110111010101100011111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09BCA; }

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

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

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

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

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

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

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

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