#CB8BD0

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

Shades of Lilac #CB8BD0

Tints of Lilac #CB8BD0

Color information

#CB8BD0 (or 0xCB8BD0) is unknown color: approx Lilac. HEX triplet: CB, 8B and D0. RGB value is (203,139,208). Sum of RGB (Red+Green+Blue) = 203+139+208=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 139 (54.69% from 255 or 25.27% from 550); Blue value is 208 (81.64% from 255 or 37.82% from 550); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB8BD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8BD0 is #34742F. Grayscale: #A5A5A5. Windows color (decimal): -3437616 or 13667275. OLE color: 13667275.

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

Color convert

RGB203139208-
CMYK0.020.3300.18
HSL295.65º42.33%68.04%-
HSV(B)295.65º33.17%81.57%-
XYZ45.2535.7264.18-
YUV166151.7154.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.91%
GREEN value IS 139 (54.69% from 255) = 25.27%
BLUE value IS 208 (81.64% from 255) = 37.82%
R=36.91%
G=25.27%
B=37.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2031392080.020.3300.18295.6542.3368.04
HexCB8BD02210121282a44
Octal31321332024102245052104
Binary110010111000101111010000101000010100101001010001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8BD0; }

 p { color: rgb(203,139,208); }

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

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

 a { background-color: rgb(203,139,208); }

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

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

 span { border-color: rgb(203,139,208); }

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