#C093BF

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

Shades of Lilac #C093BF

Tints of Lilac #C093BF

Color information

#C093BF (or 0xC093BF) is unknown color: approx Lilac. HEX triplet: C0, 93 and BF. RGB value is (192,147,191). Sum of RGB (Red+Green+Blue) = 192+147+191=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 192 - color contains mainly: red. Hex color #C093BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C093BF is #3F6C40. Grayscale: #A5A5A5. Windows color (decimal): -4156481 or 12555200. OLE color: 12555200.

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

Color convert

RGB192147191-
CMYK00.230.010.25
HSL301.33º26.32%66.47%-
HSV(B)301.33º23.44%75.29%-
XYZ41.5835.8454.02-
YUV165.47142.41146.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.23%
GREEN value IS 147 (57.81% from 255) = 27.74%
BLUE value IS 191 (75% from 255) = 36.04%
R=36.23%
G=27.74%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214719100.230.010.25301.3326.3266.47
HexC093BF01711912d1a42
Octal30022327702713145532102
Binary110000001001001110111111010111111001100101101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C093BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C093BF; }

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

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

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

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

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

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

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

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