#CBA3CF

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

Shades of Lilac #CBA3CF

Tints of Lilac #CBA3CF

Color information

#CBA3CF (or 0xCBA3CF) is unknown color: approx Lilac. HEX triplet: CB, A3 and CF. RGB value is (203,163,207). Sum of RGB (Red+Green+Blue) = 203+163+207=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 163 (64.06% from 255 or 28.45% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 207 - color contains mainly: blue. Hex color #CBA3CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA3CF is #345C30. Grayscale: #B3B3B3. Windows color (decimal): -3431473 or 13607883. OLE color: 13607883.

HSL color Cylindrical-coordinate representation of color #CBA3CF: hue angle of 294.55º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBA3CF is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB203163207-
CMYK0.020.2100.19
HSL294.55º31.43%72.55%-
HSV(B)294.55º21.26%81.18%-
XYZ48.9943.464.83-
YUV179.98143.25144.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.43%
GREEN value IS 163 (64.06% from 255) = 28.45%
BLUE value IS 207 (81.25% from 255) = 36.13%
R=35.43%
G=28.45%
B=36.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031632070.020.2100.19294.5531.4372.55
HexCBA3CF2150131271f49
Octal31324331722502344737111
Binary1100101110100011110011111010101010011100100111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA3CF; }

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

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

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

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

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

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

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

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