#C094CA

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

Shades of Lilac #C094CA

Tints of Lilac #C094CA

Color information

#C094CA (or 0xC094CA) is unknown color: approx Lilac. HEX triplet: C0, 94 and CA. RGB value is (192,148,202). Sum of RGB (Red+Green+Blue) = 192+148+202=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 148 (58.20% from 255 or 27.31% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 202 - color contains mainly: blue. Hex color #C094CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C094CA is #3F6B35. Grayscale: #A7A7A7. Windows color (decimal): -4156214 or 13276352. OLE color: 13276352.

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

Color convert

RGB192148202-
CMYK0.050.2700.21
HSL288.89º33.75%68.63%-
HSV(B)288.89º26.73%79.22%-
XYZ42.9936.6560.69-
YUV167.31147.58145.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.42%
GREEN value IS 148 (58.20% from 255) = 27.31%
BLUE value IS 202 (79.30% from 255) = 37.27%
R=35.42%
G=27.31%
B=37.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1921482020.050.2700.21288.8933.7568.63
HexC094CA51B0151212245
Octal30022431253302544142105
Binary110000001001010011001010101110110101011001000011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C094CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C094CA; }

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

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

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

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

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

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

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

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