#CB95D1

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

Shades of Lilac #CB95D1

Tints of Lilac #CB95D1

Color information

#CB95D1 (or 0xCB95D1) is unknown color: approx Lilac. HEX triplet: CB, 95 and D1. RGB value is (203,149,209). Sum of RGB (Red+Green+Blue) = 203+149+209=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 209 (82.03% from 255 or 37.25% from 561); Max value from RGB is 209 - color contains mainly: blue. Hex color #CB95D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB95D1 is #346A2E. Grayscale: #ABABAB. Windows color (decimal): -3435055 or 13735371. OLE color: 13735371.

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

Color convert

RGB203149209-
CMYK0.030.2900.18
HSL294º39.47%70.2%-
HSV(B)294º28.71%81.96%-
XYZ46.8838.7965.34-
YUV171.99148.89150.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.19%
GREEN value IS 149 (58.59% from 255) = 26.56%
BLUE value IS 209 (82.03% from 255) = 37.25%
R=36.19%
G=26.56%
B=37.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2031492090.030.2900.1829439.4770.2
HexCB95D131D0121262746
Octal31322532133502244647106
Binary11001011100101011101000111111010100101001001101001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB95D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB95D1; }

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

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

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

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

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

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

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

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