#C8A1CD

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

Shades of Lilac #C8A1CD

Tints of Lilac #C8A1CD

Color information

#C8A1CD (or 0xC8A1CD) is unknown color: approx Lilac. HEX triplet: C8, A1 and CD. RGB value is (200,161,205). Sum of RGB (Red+Green+Blue) = 200+161+205=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 161 (63.28% from 255 or 28.45% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 205 - color contains mainly: blue. Hex color #C8A1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A1CD is #375E32. Grayscale: #B1B1B1. Windows color (decimal): -3628595 or 13476296. OLE color: 13476296.

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

Color convert

RGB200161205-
CMYK0.020.2100.20
HSL293.18º30.56%71.76%-
HSV(B)293.18º21.46%80.39%-
XYZ47.5842.1863.39-
YUV177.68143.42143.92-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.34%
GREEN value IS 161 (63.28% from 255) = 28.45%
BLUE value IS 205 (80.47% from 255) = 36.22%
R=35.34%
G=28.45%
B=36.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2001612050.020.2100.20293.1830.5671.76
HexC8A1CD2150141251f48
Octal31024131522502444537110
Binary1100100010100001110011011010101010100100100101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A1CD; }

 p { color: rgb(200,161,205); }

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

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

 a { background-color: rgb(200,161,205); }

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

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

 span { border-color: rgb(200,161,205); }

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