#C18AC6

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

Shades of Lilac #C18AC6

Tints of Lilac #C18AC6

Color information

#C18AC6 (or 0xC18AC6) is unknown color: approx Lilac. HEX triplet: C1, 8A and C6. RGB value is (193,138,198). Sum of RGB (Red+Green+Blue) = 193+138+198=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 198 (77.73% from 255 or 37.43% from 529); Max value from RGB is 198 - color contains mainly: blue. Hex color #C18AC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18AC6 is #3E7539. Grayscale: #A1A1A1. Windows color (decimal): -4093242 or 13011649. OLE color: 13011649.

HSL color Cylindrical-coordinate representation of color #C18AC6: hue angle of 295º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C18AC6 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB193138198-
CMYK0.030.3000.22
HSL295º34.48%65.88%-
HSV(B)295º30.3%77.65%-
XYZ41.2733.5957.73-
YUV161.28148.72150.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.48%
GREEN value IS 138 (54.30% from 255) = 26.09%
BLUE value IS 198 (77.73% from 255) = 37.43%
R=36.48%
G=26.09%
B=37.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1931381980.030.3000.2229534.4865.88
HexC18AC631E0161272242
Octal30121230633602644742102
Binary11000001100010101100011011111100101101001001111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18AC6; }

 p { color: rgb(193,138,198); }

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

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

 a { background-color: rgb(193,138,198); }

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

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

 span { border-color: rgb(193,138,198); }

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