#C089CA

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

Shades of Lilac #C089CA

Tints of Lilac #C089CA

Color information

#C089CA (or 0xC089CA) is unknown color: approx Lilac. HEX triplet: C0, 89 and CA. RGB value is (192,137,202). Sum of RGB (Red+Green+Blue) = 192+137+202=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 137 (53.91% from 255 or 25.80% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #C089CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C089CA is #3F7635. Grayscale: #A0A0A0. Windows color (decimal): -4159030 or 13273536. OLE color: 13273536.

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

Color convert

RGB192137202-
CMYK0.050.3200.21
HSL290.77º38.01%66.47%-
HSV(B)290.77º32.18%79.22%-
XYZ41.3433.3660.14-
YUV160.85151.22150.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.16%
GREEN value IS 137 (53.91% from 255) = 25.80%
BLUE value IS 202 (79.30% from 255) = 38.04%
R=36.16%
G=25.80%
B=38.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1921372020.050.3200.21290.7738.0166.47
HexC089CA5200151232642
Octal30021131254002544346102
Binary1100000010001001110010101011000000101011001000111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C089CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C089CA; }

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

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

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

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

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

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

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

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