#C094BD

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

Shades of Lilac #C094BD

Tints of Lilac #C094BD

Color information

#C094BD (or 0xC094BD) is unknown color: approx Lilac. HEX triplet: C0, 94 and BD. RGB value is (192,148,189). Sum of RGB (Red+Green+Blue) = 192+148+189=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 192 - color contains mainly: red. Hex color #C094BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C094BD is #3F6B42. Grayscale: #A5A5A5. Windows color (decimal): -4156227 or 12424384. OLE color: 12424384.

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

Color convert

RGB192148189-
CMYK00.230.020.25
HSL304.09º25.88%66.67%-
HSV(B)304.09º22.92%75.29%-
XYZ41.5136.0652.92-
YUV165.83141.08146.67-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.29%
GREEN value IS 148 (58.20% from 255) = 27.98%
BLUE value IS 189 (74.22% from 255) = 35.73%
R=36.29%
G=27.98%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214818900.230.020.25304.0925.8866.67
HexC094BD0172191301a43
Octal30022427502723146032103
Binary1100000010010100101111010101111011001100110000110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C094BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C094BD; }

 p { color: rgb(192,148,189); }

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

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

 a { background-color: rgb(192,148,189); }

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

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

 span { border-color: rgb(192,148,189); }

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