#CB90D3

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

Shades of Lilac #CB90D3

Tints of Lilac #CB90D3

Color information

#CB90D3 (or 0xCB90D3) is unknown color: approx Lilac. HEX triplet: CB, 90 and D3. RGB value is (203,144,211). Sum of RGB (Red+Green+Blue) = 203+144+211=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 144 (56.64% from 255 or 25.81% from 558); Blue value is 211 (82.81% from 255 or 37.81% from 558); Max value from RGB is 211 - color contains mainly: blue. Hex color #CB90D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB90D3 is #346F2C. Grayscale: #A9A9A9. Windows color (decimal): -3436333 or 13865163. OLE color: 13865163.

HSL color Cylindrical-coordinate representation of color #CB90D3: hue angle of 292.84º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB90D3 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB203144211-
CMYK0.040.3200.17
HSL292.84º43.23%69.61%-
HSV(B)292.84º31.75%82.75%-
XYZ46.3637.3566.39-
YUV169.28151.55152.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.38%
GREEN value IS 144 (56.64% from 255) = 25.81%
BLUE value IS 211 (82.81% from 255) = 37.81%
R=36.38%
G=25.81%
B=37.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2031442110.040.3200.17292.8443.2369.61
HexCB90D34200111252b46
Octal31322032344002144553106
Binary1100101110010000110100111001000000100011001001011010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB90D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB90D3; }

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

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

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

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

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

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

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

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