#C6A1CD

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

Shades of Lilac #C6A1CD

Tints of Lilac #C6A1CD

Color information

#C6A1CD (or 0xC6A1CD) is unknown color: approx Lilac. HEX triplet: C6, A1 and CD. RGB value is (198,161,205). Sum of RGB (Red+Green+Blue) = 198+161+205=564 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.11% from 564); Green value is 161 (63.28% from 255 or 28.55% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 205 - color contains mainly: blue. Hex color #C6A1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A1CD is #395E32. Grayscale: #B0B0B0. Windows color (decimal): -3759667 or 13476294. OLE color: 13476294.

HSL color Cylindrical-coordinate representation of color #C6A1CD: hue angle of 290.45º 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 #C6A1CD is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB198161205-
CMYK0.030.2100.20
HSL290.45º30.56%71.76%-
HSV(B)290.45º21.46%80.39%-
XYZ47.0541.963.37-
YUV177.08143.76142.92-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.11%
GREEN value IS 161 (63.28% from 255) = 28.55%
BLUE value IS 205 (80.47% from 255) = 36.35%
R=35.11%
G=28.55%
B=36.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1981612050.030.2100.20290.4530.5671.76
HexC6A1CD3150141221f48
Octal30624131532502444237110
Binary1100011010100001110011011110101010100100100010111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A1CD; }

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

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

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

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

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

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

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

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