#CB95D0

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

Shades of Lilac #CB95D0

Tints of Lilac #CB95D0

Color information

#CB95D0 (or 0xCB95D0) is unknown color: approx Lilac. HEX triplet: CB, 95 and D0. RGB value is (203,149,208). Sum of RGB (Red+Green+Blue) = 203+149+208=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 149 (58.59% from 255 or 26.61% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 208 - color contains mainly: blue. Hex color #CB95D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB95D0 is #346A2F. Grayscale: #ABABAB. Windows color (decimal): -3435056 or 13669835. OLE color: 13669835.

HSL color Cylindrical-coordinate representation of color #CB95D0: hue angle of 294.92º 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 #CB95D0 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB203149208-
CMYK0.020.2800.18
HSL294.92º38.56%70%-
HSV(B)294.92º28.37%81.57%-
XYZ46.7638.7564.69-
YUV171.87148.39150.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.25%
GREEN value IS 149 (58.59% from 255) = 26.61%
BLUE value IS 208 (81.64% from 255) = 37.14%
R=36.25%
G=26.61%
B=37.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2031492080.020.2800.18294.9238.5670
HexCB95D021C0121272746
Octal31322532023402244747106
Binary11001011100101011101000010111000100101001001111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB95D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB95D0; }

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

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

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

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

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

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

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

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