#CB95CC

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

Shades of Lilac #CB95CC

Tints of Lilac #CB95CC

Color information

#CB95CC (or 0xCB95CC) is unknown color: approx Lilac. HEX triplet: CB, 95 and CC. RGB value is (203,149,204). Sum of RGB (Red+Green+Blue) = 203+149+204=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 149 (58.59% from 255 or 26.80% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB95CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB95CC is #346A33. Grayscale: #ABABAB. Windows color (decimal): -3435060 or 13407691. OLE color: 13407691.

HSL color Cylindrical-coordinate representation of color #CB95CC: hue angle of 298.91º degrees, saturation: 0.35, 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 #CB95CC is Cyan = 0.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB203149204-
CMYK0.000.2700.2
HSL298.91º35.03%69.22%-
HSV(B)298.91º26.96%80%-
XYZ46.2838.5562.13-
YUV171.42146.39150.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.51%
GREEN value IS 149 (58.59% from 255) = 26.80%
BLUE value IS 204 (80.08% from 255) = 36.69%
R=36.51%
G=26.80%
B=36.69%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2031492040.000.2700.2298.9135.0369.22
HexCB95CC01B01412b2345
Octal31322531403302445343105
Binary1100101110010101110011000110110101001001010111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB95CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB95CC; }

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

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

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

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

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

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

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

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