#c18bc7

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

Shades of Lilac #C18BC7

Tints of Lilac #C18BC7

Color information

#C18BC7 (or 0xC18BC7) is unknown color: approx Lilac. HEX triplet: C1, 8B and C7. RGB value is (193,139,199). Sum of RGB (Red+Green+Blue) = 193+139+199=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 139 (54.69% from 255 or 26.18% from 531); Blue value is 199 (78.12% from 255 or 37.48% from 531); Max value from RGB is 199 - color contains mainly: blue. Hex color #C18BC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18BC7 is #3E7438. Grayscale: #A1A1A1. Windows color (decimal): -4092985 or 13077441. OLE color: 13077441.

HSL color Cylindrical-coordinate representation of color #C18BC7: hue angle of 294º degrees, saturation: 0.35, 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 #C18BC7 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB193139199-
CMYK0.030.3000.22
HSL294º34.88%66.27%-
HSV(B)294º30.15%78.04%-
XYZ41.5333.9358.39-
YUV161.99148.89150.12-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.35%
GREEN value IS 139 (54.69% from 255) = 26.18%
BLUE value IS 199 (78.12% from 255) = 37.48%
R=36.35%
G=26.18%
B=37.48%

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
Decimal1931391990.030.3000.2229434.8866.27
HexC18BC731E0161262342
Octal30121330733602644643102
Binary11000001100010111100011111111100101101001001101000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c18bc7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c18bc7; }

 p { color: rgb(193,139,199); }

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

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

 a { background-color: rgb(193,139,199); }

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

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

 span { border-color: rgb(193,139,199); }

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