#CB89BE

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

Shades of Lilac #CB89BE

Tints of Lilac #CB89BE

Color information

#CB89BE (or 0xCB89BE) is unknown color: approx Lilac. HEX triplet: CB, 89 and BE. RGB value is (203,137,190). Sum of RGB (Red+Green+Blue) = 203+137+190=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 137 (53.91% from 255 or 25.85% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 203 - color contains mainly: red. Hex color #CB89BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB89BE is #347641. Grayscale: #A2A2A2. Windows color (decimal): -3438146 or 12487115. OLE color: 12487115.

HSL color Cylindrical-coordinate representation of color #CB89BE: hue angle of 311.82º 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 #CB89BE is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB203137190-
CMYK00.330.060.20
HSL311.82º38.82%66.67%-
HSV(B)311.82º32.51%79.61%-
XYZ42.8734.3153.08-
YUV162.78143.37156.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.30%
GREEN value IS 137 (53.91% from 255) = 25.85%
BLUE value IS 190 (74.61% from 255) = 35.85%
R=38.30%
G=25.85%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313719000.330.060.20311.8238.8266.67
HexCB89BE0216141382743
Octal31321127604162447047103
Binary1100101110001001101111100100001110101001001110001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB89BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB89BE; }

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

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

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

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

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

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

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

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