#CB9CD1

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

Shades of Lilac #CB9CD1

Tints of Lilac #CB9CD1

Color information

#CB9CD1 (or 0xCB9CD1) is unknown color: approx Lilac. HEX triplet: CB, 9C and D1. RGB value is (203,156,209). Sum of RGB (Red+Green+Blue) = 203+156+209=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 156 (61.33% from 255 or 27.46% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 209 - color contains mainly: blue. Hex color #CB9CD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9CD1 is #34632E. Grayscale: #AFAFAF. Windows color (decimal): -3433263 or 13737163. OLE color: 13737163.

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

Color convert

RGB203156209-
CMYK0.030.2500.18
HSL293.21º36.55%71.57%-
HSV(B)293.21º25.36%81.96%-
XYZ48.0341.0865.72-
YUV176.09146.57147.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.74%
GREEN value IS 156 (61.33% from 255) = 27.46%
BLUE value IS 209 (82.03% from 255) = 36.80%
R=35.74%
G=27.46%
B=36.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2031562090.030.2500.18293.2136.5571.57
HexCB9CD13190121252548
Octal31323432133102244545110
Binary11001011100111001101000111110010100101001001011001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9CD1; }

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

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

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

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

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

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

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

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