#C18BCB

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

Shades of Lilac #C18BCB

Tints of Lilac #C18BCB

Color information

#C18BCB (or 0xC18BCB) is unknown color: approx Lilac. HEX triplet: C1, 8B and CB. RGB value is (193,139,203). Sum of RGB (Red+Green+Blue) = 193+139+203=535 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.07% from 535); Green value is 139 (54.69% from 255 or 25.98% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 203 - color contains mainly: blue. Hex color #C18BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18BCB is #3E7434. Grayscale: #A2A2A2. Windows color (decimal): -4092981 or 13339585. OLE color: 13339585.

HSL color Cylindrical-coordinate representation of color #C18BCB: hue angle of 290.62º degrees, saturation: 0.38, 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 #C18BCB is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB193139203-
CMYK0.050.3200.20
HSL290.62º38.1%67.06%-
HSV(B)290.62º31.53%79.61%-
XYZ4234.1160.87-
YUV162.44150.89149.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.07%
GREEN value IS 139 (54.69% from 255) = 25.98%
BLUE value IS 203 (79.69% from 255) = 37.94%
R=36.07%
G=25.98%
B=37.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931392030.050.3200.20290.6238.167.06
HexC18BCB5200141232643
Octal30121331354002444346103
Binary1100000110001011110010111011000000101001001000111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18BCB; }

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

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

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

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

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

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

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

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