#C9A3CE

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

Shades of Lilac #C9A3CE

Tints of Lilac #C9A3CE

Color information

#C9A3CE (or 0xC9A3CE) is unknown color: approx Lilac. HEX triplet: C9, A3 and CE. RGB value is (201,163,206). Sum of RGB (Red+Green+Blue) = 201+163+206=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 163 (64.06% from 255 or 28.60% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 206 - color contains mainly: blue. Hex color #C9A3CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A3CE is #365C31. Grayscale: #B3B3B3. Windows color (decimal): -3562546 or 13542345. OLE color: 13542345.

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

Color convert

RGB201163206-
CMYK0.020.2100.19
HSL293.02º30.5%72.35%-
HSV(B)293.02º20.87%80.78%-
XYZ48.3343.0764.16-
YUV179.26143.09143.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.26%
GREEN value IS 163 (64.06% from 255) = 28.60%
BLUE value IS 206 (80.86% from 255) = 36.14%
R=35.26%
G=28.60%
B=36.14%

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
Decimal2011632060.020.2100.19293.0230.572.35
HexC9A3CE2150131251e48
Octal31124331622502344536110
Binary1100100110100011110011101010101010011100100101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A3CE; }

 p { color: rgb(201,163,206); }

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

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

 a { background-color: rgb(201,163,206); }

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

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

 span { border-color: rgb(201,163,206); }

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