#C093CB

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

Shades of Lilac #C093CB

Tints of Lilac #C093CB

Color information

#C093CB (or 0xC093CB) is unknown color: approx Lilac. HEX triplet: C0, 93 and CB. RGB value is (192,147,203). Sum of RGB (Red+Green+Blue) = 192+147+203=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 147 (57.81% from 255 or 27.12% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 203 - color contains mainly: blue. Hex color #C093CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C093CB is #3F6C34. Grayscale: #A6A6A6. Windows color (decimal): -4156469 or 13341632. OLE color: 13341632.

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

Color convert

RGB192147203-
CMYK0.050.2800.20
HSL288.21º35%68.63%-
HSV(B)288.21º27.59%79.61%-
XYZ42.9536.3961.26-
YUV166.84148.41145.95-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.42%
GREEN value IS 147 (57.81% from 255) = 27.12%
BLUE value IS 203 (79.69% from 255) = 37.45%
R=35.42%
G=27.12%
B=37.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921472030.050.2800.20288.213568.63
HexC093CB51C0141202345
Octal30022331353402444043105
Binary110000001001001111001011101111000101001001000001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C093CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C093CB; }

 p { color: rgb(192,147,203); }

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

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

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

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

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

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

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