#C18BCD

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

Shades of Lilac #C18BCD

Tints of Lilac #C18BCD

Color information

#C18BCD (or 0xC18BCD) is unknown color: approx Lilac. HEX triplet: C1, 8B and CD. RGB value is (193,139,205). Sum of RGB (Red+Green+Blue) = 193+139+205=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #C18BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18BCD is #3E7432. Grayscale: #A2A2A2. Windows color (decimal): -4092979 or 13470657. OLE color: 13470657.

HSL color Cylindrical-coordinate representation of color #C18BCD: hue angle of 289.09º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C18BCD is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB193139205-
CMYK0.060.3200.20
HSL289.09º39.76%67.45%-
HSV(B)289.09º32.2%80.39%-
XYZ42.2434.2162.13-
YUV162.67151.89149.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.94%
GREEN value IS 139 (54.69% from 255) = 25.88%
BLUE value IS 205 (80.47% from 255) = 38.18%
R=35.94%
G=25.88%
B=38.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931392050.060.3200.20289.0939.7667.45
HexC18BCD6200141212843
Octal30121331564002444150103
Binary1100000110001011110011011101000000101001001000011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18BCD; }

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

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

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

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

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

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

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

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