#C8A3D0

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

Shades of Lilac #C8A3D0

Tints of Lilac #C8A3D0

Color information

#C8A3D0 (or 0xC8A3D0) is unknown color: approx Lilac. HEX triplet: C8, A3 and D0. RGB value is (200,163,208). Sum of RGB (Red+Green+Blue) = 200+163+208=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 163 (64.06% from 255 or 28.55% from 571); Blue value is 208 (81.64% from 255 or 36.43% from 571); Max value from RGB is 208 - color contains mainly: blue. Hex color #C8A3D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A3D0 is #375C2F. Grayscale: #B3B3B3. Windows color (decimal): -3628080 or 13673416. OLE color: 13673416.

HSL color Cylindrical-coordinate representation of color #C8A3D0: hue angle of 289.33º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8A3D0 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB200163208-
CMYK0.040.2200.18
HSL289.33º32.37%72.75%-
HSV(B)289.33º21.63%81.57%-
XYZ48.343.0365.43-
YUV179.19144.26142.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.03%
GREEN value IS 163 (64.06% from 255) = 28.55%
BLUE value IS 208 (81.64% from 255) = 36.43%
R=35.03%
G=28.55%
B=36.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2001632080.040.2200.18289.3332.3772.75
HexC8A3D04160121212049
Octal31024332042602244140111
Binary110010001010001111010000100101100100101001000011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A3D0; }

 p { color: rgb(200,163,208); }

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

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

 a { background-color: rgb(200,163,208); }

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

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

 span { border-color: rgb(200,163,208); }

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