#CB8AD1

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

Shades of Lilac #CB8AD1

Tints of Lilac #CB8AD1

Color information

#CB8AD1 (or 0xCB8AD1) is unknown color: approx Lilac. HEX triplet: CB, 8A and D1. RGB value is (203,138,209). Sum of RGB (Red+Green+Blue) = 203+138+209=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 138 (54.30% from 255 or 25.09% from 550); Blue value is 209 (82.03% from 255 or 38% from 550); Max value from RGB is 209 - color contains mainly: blue. Hex color #CB8AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8AD1 is #34752E. Grayscale: #A5A5A5. Windows color (decimal): -3437871 or 13732555. OLE color: 13732555.

HSL color Cylindrical-coordinate representation of color #CB8AD1: hue angle of 294.93º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB8AD1 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB203138209-
CMYK0.030.3400.18
HSL294.93º43.56%68.04%-
HSV(B)294.93º33.97%81.96%-
XYZ45.2335.4864.79-
YUV165.53152.53154.73-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.91%
GREEN value IS 138 (54.30% from 255) = 25.09%
BLUE value IS 209 (82.03% from 255) = 38%
R=36.91%
G=25.09%
B=38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2031382090.030.3400.18294.9343.5668.04
HexCB8AD13220121272c44
Octal31321232134202244754104
Binary110010111000101011010001111000100100101001001111011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8AD1; }

 p { color: rgb(203,138,209); }

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

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

 a { background-color: rgb(203,138,209); }

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

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

 span { border-color: rgb(203,138,209); }

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