#CB95CD

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

Shades of Lilac #CB95CD

Tints of Lilac #CB95CD

Color information

#CB95CD (or 0xCB95CD) is unknown color: approx Lilac. HEX triplet: CB, 95 and CD. RGB value is (203,149,205). Sum of RGB (Red+Green+Blue) = 203+149+205=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 149 (58.59% from 255 or 26.75% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB95CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB95CD is #346A32. Grayscale: #ABABAB. Windows color (decimal): -3435059 or 13473227. OLE color: 13473227.

HSL color Cylindrical-coordinate representation of color #CB95CD: hue angle of 297.86º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CB95CD is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB203149205-
CMYK0.010.2700.20
HSL297.86º35.9%69.41%-
HSV(B)297.86º27.32%80.39%-
XYZ46.438.662.76-
YUV171.53146.89150.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.45%
GREEN value IS 149 (58.59% from 255) = 26.75%
BLUE value IS 205 (80.47% from 255) = 36.80%
R=36.45%
G=26.75%
B=36.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031492050.010.2700.20297.8635.969.41
HexCB95CD11B01412a2445
Octal31322531513302445244105
Binary1100101110010101110011011110110101001001010101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB95CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB95CD; }

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

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

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

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

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

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

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

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