#C18CCA

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

Shades of Lilac #C18CCA

Tints of Lilac #C18CCA

Color information

#C18CCA (or 0xC18CCA) is unknown color: approx Lilac. HEX triplet: C1, 8C and CA. RGB value is (193,140,202). Sum of RGB (Red+Green+Blue) = 193+140+202=535 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.07% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 202 - color contains mainly: blue. Hex color #C18CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18CCA is #3E7335. Grayscale: #A2A2A2. Windows color (decimal): -4092726 or 13274305. OLE color: 13274305.

HSL color Cylindrical-coordinate representation of color #C18CCA: hue angle of 291.29º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C18CCA is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB193140202-
CMYK0.040.3100.21
HSL291.29º36.9%67.06%-
HSV(B)291.29º30.69%79.22%-
XYZ42.0334.3660.29-
YUV162.92150.06149.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.07%
GREEN value IS 140 (55.08% from 255) = 26.17%
BLUE value IS 202 (79.30% from 255) = 37.76%
R=36.07%
G=26.17%
B=37.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1931402020.040.3100.21291.2936.967.06
HexC18CCA41F0151232543
Octal30121431243702544345103
Binary110000011000110011001010100111110101011001000111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18CCA; }

 p { color: rgb(193,140,202); }

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

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

 a { background-color: rgb(193,140,202); }

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

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

 span { border-color: rgb(193,140,202); }

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