#CBA5CB

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

Shades of Lilac #CBA5CB

Tints of Lilac #CBA5CB

Color information

#CBA5CB (or 0xCBA5CB) is unknown color: approx Lilac. HEX triplet: CB, A5 and CB. RGB value is (203,165,203). Sum of RGB (Red+Green+Blue) = 203+165+203=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 165 (64.84% from 255 or 28.90% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CBA5CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA5CB is #345A34. Grayscale: #B4B4B4. Windows color (decimal): -3430965 or 13346251. OLE color: 13346251.

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

Color convert

RGB203165203-
CMYK00.1900.20
HSL300º26.76%72.16%-
HSV(B)300º18.72%79.61%-
XYZ48.8643.9262.4-
YUV180.69140.59143.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.55%
GREEN value IS 165 (64.84% from 255) = 28.90%
BLUE value IS 203 (79.69% from 255) = 35.55%
R=35.55%
G=28.90%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316520300.1900.2030026.7672.16
HexCBA5CB01301412c1b48
Octal31324531302302445433110
Binary110010111010010111001011010011010100100101100110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA5CB; }

 p { color: rgb(203,165,203); }

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

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

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

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

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

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

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