#C6A4CD

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

Shades of Lilac #C6A4CD

Tints of Lilac #C6A4CD

Color information

#C6A4CD (or 0xC6A4CD) is unknown color: approx Lilac. HEX triplet: C6, A4 and CD. RGB value is (198,164,205). Sum of RGB (Red+Green+Blue) = 198+164+205=567 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.92% from 567); Green value is 164 (64.45% from 255 or 28.92% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 205 - color contains mainly: blue. Hex color #C6A4CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A4CD is #395B32. Grayscale: #B2B2B2. Windows color (decimal): -3758899 or 13477062. OLE color: 13477062.

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

Color convert

RGB198164205-
CMYK0.030.200.20
HSL289.76º29.08%72.35%-
HSV(B)289.76º20%80.39%-
XYZ47.5842.9663.54-
YUV178.84142.76141.67-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.92%
GREEN value IS 164 (64.45% from 255) = 28.92%
BLUE value IS 205 (80.47% from 255) = 36.16%
R=34.92%
G=28.92%
B=36.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1981642050.030.200.20289.7629.0872.35
HexC6A4CD3140141221d48
Octal30624431532402444235110
Binary1100011010100100110011011110100010100100100010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A4CD; }

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

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

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

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

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

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

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

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