#C8A2D0

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

Shades of Lilac #C8A2D0

Tints of Lilac #C8A2D0

Color information

#C8A2D0 (or 0xC8A2D0) is unknown color: approx Lilac. HEX triplet: C8, A2 and D0. RGB value is (200,162,208). Sum of RGB (Red+Green+Blue) = 200+162+208=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 162 (63.67% from 255 or 28.42% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 208 - color contains mainly: blue. Hex color #C8A2D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A2D0 is #375D2F. Grayscale: #B2B2B2. Windows color (decimal): -3628336 or 13673160. OLE color: 13673160.

HSL color Cylindrical-coordinate representation of color #C8A2D0: hue angle of 289.57º degrees, saturation: 0.33, 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 #C8A2D0 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB200162208-
CMYK0.040.2200.18
HSL289.57º32.86%72.55%-
HSV(B)289.57º22.12%81.57%-
XYZ48.1242.6765.37-
YUV178.61144.59143.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.09%
GREEN value IS 162 (63.67% from 255) = 28.42%
BLUE value IS 208 (81.64% from 255) = 36.49%
R=35.09%
G=28.42%
B=36.49%

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
Decimal2001622080.040.2200.18289.5732.8672.55
HexC8A2D04160121222149
Octal31024232042602244241111
Binary110010001010001011010000100101100100101001000101000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A2D0; }

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

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

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

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

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

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

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

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