#CBA3CD

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

Shades of Lilac #CBA3CD

Tints of Lilac #CBA3CD

Color information

#CBA3CD (or 0xCBA3CD) is unknown color: approx Lilac. HEX triplet: CB, A3 and CD. RGB value is (203,163,205). Sum of RGB (Red+Green+Blue) = 203+163+205=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 163 (64.06% from 255 or 28.55% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 205 - color contains mainly: blue. Hex color #CBA3CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA3CD is #345C32. Grayscale: #B3B3B3. Windows color (decimal): -3431475 or 13476811. OLE color: 13476811.

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

Color convert

RGB203163205-
CMYK0.010.2000.20
HSL297.14º29.58%72.16%-
HSV(B)297.14º20.49%80.39%-
XYZ48.7543.363.55-
YUV179.75142.25144.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.55%
GREEN value IS 163 (64.06% from 255) = 28.55%
BLUE value IS 205 (80.47% from 255) = 35.90%
R=35.55%
G=28.55%
B=35.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031632050.010.2000.20297.1429.5872.16
HexCBA3CD1140141291e48
Octal31324331512402445136110
Binary110010111010001111001101110100010100100101001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA3CD; }

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

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

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

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

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

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

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

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