#CB90D1

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

Shades of Lilac #CB90D1

Tints of Lilac #CB90D1

Color information

#CB90D1 (or 0xCB90D1) is unknown color: approx Lilac. HEX triplet: CB, 90 and D1. RGB value is (203,144,209). Sum of RGB (Red+Green+Blue) = 203+144+209=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 209 - color contains mainly: blue. Hex color #CB90D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB90D1 is #346F2E. Grayscale: #A8A8A8. Windows color (decimal): -3436335 or 13734091. OLE color: 13734091.

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

Color convert

RGB203144209-
CMYK0.030.3100.18
HSL294.46º41.4%69.22%-
HSV(B)294.46º31.1%81.96%-
XYZ46.1137.2565.08-
YUV169.05150.55152.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.51%
GREEN value IS 144 (56.64% from 255) = 25.90%
BLUE value IS 209 (82.03% from 255) = 37.59%
R=36.51%
G=25.90%
B=37.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2031442090.030.3100.18294.4641.469.22
HexCB90D131F0121262945
Octal31322032133702244651105
Binary11001011100100001101000111111110100101001001101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB90D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB90D1; }

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

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

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

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

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

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

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

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