#CB9BC5

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

Shades of Lilac #CB9BC5

Tints of Lilac #CB9BC5

Color information

#CB9BC5 (or 0xCB9BC5) is unknown color: approx Lilac. HEX triplet: CB, 9B and C5. RGB value is (203,155,197). Sum of RGB (Red+Green+Blue) = 203+155+197=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 197 (77.34% from 255 or 35.50% from 555); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9BC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9BC5 is #34643A. Grayscale: #AEAEAE. Windows color (decimal): -3433531 or 12950475. OLE color: 12950475.

HSL color Cylindrical-coordinate representation of color #CB9BC5: hue angle of 307.5º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CB9BC5 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB203155197-
CMYK00.240.030.20
HSL307.5º31.58%70.2%-
HSV(B)307.5º23.65%79.61%-
XYZ46.4340.1758.13-
YUV174.14140.9148.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.58%
GREEN value IS 155 (60.94% from 255) = 27.93%
BLUE value IS 197 (77.34% from 255) = 35.50%
R=36.58%
G=27.93%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315519700.240.030.20307.531.5870.2
HexCB9BC50183141342046
Octal31323330503032446440106
Binary11001011100110111100010101100011101001001101001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9BC5; }

 p { color: rgb(203,155,197); }

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

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

 a { background-color: rgb(203,155,197); }

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

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

 span { border-color: rgb(203,155,197); }

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