#C18CC8

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

Shades of Lilac #C18CC8

Tints of Lilac #C18CC8

Color information

#C18CC8 (or 0xC18CC8) is unknown color: approx Lilac. HEX triplet: C1, 8C and C8. RGB value is (193,140,200). Sum of RGB (Red+Green+Blue) = 193+140+200=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 140 (55.08% from 255 or 26.27% from 533); Blue value is 200 (78.52% from 255 or 37.52% from 533); Max value from RGB is 200 - color contains mainly: blue. Hex color #C18CC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18CC8 is #3E7337. Grayscale: #A2A2A2. Windows color (decimal): -4092728 or 13143233. OLE color: 13143233.

HSL color Cylindrical-coordinate representation of color #C18CC8: hue angle of 293º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C18CC8 is Cyan = 0.04, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB193140200-
CMYK0.040.300.22
HSL293º35.29%66.67%-
HSV(B)293º30%78.43%-
XYZ41.834.2659.05-
YUV162.69149.06149.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.21%
GREEN value IS 140 (55.08% from 255) = 26.27%
BLUE value IS 200 (78.52% from 255) = 37.52%
R=36.21%
G=26.27%
B=37.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1931402000.040.300.2229335.2966.67
HexC18CC841E0161252343
Octal30121431043602644543103
Binary110000011000110011001000100111100101101001001011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18CC8; }

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

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

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

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

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

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

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

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