#CB95D3

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

Shades of Lilac #CB95D3

Tints of Lilac #CB95D3

Color information

#CB95D3 (or 0xCB95D3) is unknown color: approx Lilac. HEX triplet: CB, 95 and D3. RGB value is (203,149,211). Sum of RGB (Red+Green+Blue) = 203+149+211=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 211 (82.81% from 255 or 37.48% from 563); Max value from RGB is 211 - color contains mainly: blue. Hex color #CB95D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB95D3 is #346A2C. Grayscale: #ACACAC. Windows color (decimal): -3435053 or 13866443. OLE color: 13866443.

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

Color convert

RGB203149211-
CMYK0.040.2900.17
HSL292.26º41.33%70.59%-
HSV(B)292.26º29.38%82.75%-
XYZ47.1338.8966.65-
YUV172.21149.89149.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.06%
GREEN value IS 149 (58.59% from 255) = 26.47%
BLUE value IS 211 (82.81% from 255) = 37.48%
R=36.06%
G=26.47%
B=37.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2031492110.040.2900.17292.2641.3370.59
HexCB95D341D0111242947
Octal31322532343502144451107
Binary110010111001010111010011100111010100011001001001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB95D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB95D3; }

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

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

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

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

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

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

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

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