#CB89CE

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

Shades of Lilac #CB89CE

Tints of Lilac #CB89CE

Color information

#CB89CE (or 0xCB89CE) is unknown color: approx Lilac. HEX triplet: CB, 89 and CE. RGB value is (203,137,206). Sum of RGB (Red+Green+Blue) = 203+137+206=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 137 (53.91% from 255 or 25.09% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB89CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB89CE is #347631. Grayscale: #A4A4A4. Windows color (decimal): -3438130 or 13535691. OLE color: 13535691.

HSL color Cylindrical-coordinate representation of color #CB89CE: hue angle of 297.39º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB89CE is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB203137206-
CMYK0.010.3300.19
HSL297.39º41.32%67.25%-
HSV(B)297.39º33.5%80.78%-
XYZ44.7135.0462.8-
YUV164.6151.37155.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.18%
GREEN value IS 137 (53.91% from 255) = 25.09%
BLUE value IS 206 (80.86% from 255) = 37.73%
R=37.18%
G=25.09%
B=37.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031372060.010.3300.19297.3941.3267.25
HexCB89CE1210131292943
Octal31321131614102345151103
Binary11001011100010011100111011000010100111001010011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB89CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB89CE; }

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

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

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

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

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

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

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

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