#CB96D1

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

Shades of Lilac #CB96D1

Tints of Lilac #CB96D1

Color information

#CB96D1 (or 0xCB96D1) is unknown color: approx Lilac. HEX triplet: CB, 96 and D1. RGB value is (203,150,209). Sum of RGB (Red+Green+Blue) = 203+150+209=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 209 (82.03% from 255 or 37.19% from 562); Max value from RGB is 209 - color contains mainly: blue. Hex color #CB96D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB96D1 is #34692E. Grayscale: #ACACAC. Windows color (decimal): -3434799 or 13735627. OLE color: 13735627.

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

Color convert

RGB203150209-
CMYK0.030.2800.18
HSL293.9º39.07%70.39%-
HSV(B)293.9º28.23%81.96%-
XYZ47.0439.1165.39-
YUV172.57148.56149.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.12%
GREEN value IS 150 (58.98% from 255) = 26.69%
BLUE value IS 209 (82.03% from 255) = 37.19%
R=36.12%
G=26.69%
B=37.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2031502090.030.2800.18293.939.0770.39
HexCB96D131C0121262746
Octal31322632133402244647106
Binary11001011100101101101000111111000100101001001101001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB96D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB96D1; }

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

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

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

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

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

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

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

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