#CB89C0

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

Shades of Lilac #CB89C0

Tints of Lilac #CB89C0

Color information

#CB89C0 (or 0xCB89C0) is unknown color: approx Lilac. HEX triplet: CB, 89 and C0. RGB value is (203,137,192). Sum of RGB (Red+Green+Blue) = 203+137+192=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 137 (53.91% from 255 or 25.75% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 203 - color contains mainly: red. Hex color #CB89C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB89C0 is #34763F. Grayscale: #A2A2A2. Windows color (decimal): -3438144 or 12618187. OLE color: 12618187.

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

Color convert

RGB203137192-
CMYK00.330.050.20
HSL310º38.82%66.67%-
HSV(B)310º32.51%79.61%-
XYZ43.0934.3954.24-
YUV163144.37156.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.16%
GREEN value IS 137 (53.91% from 255) = 25.75%
BLUE value IS 192 (75.39% from 255) = 36.09%
R=38.16%
G=25.75%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313719200.330.050.2031038.8266.67
HexCB89C00215141362743
Octal31321130004152446647103
Binary1100101110001001110000000100001101101001001101101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB89C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB89C0; }

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

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

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

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

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

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

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

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