#C188CB

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

Shades of Lilac #C188CB

Tints of Lilac #C188CB

Color information

#C188CB (or 0xC188CB) is unknown color: approx Lilac. HEX triplet: C1, 88 and CB. RGB value is (193,136,203). Sum of RGB (Red+Green+Blue) = 193+136+203=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 136 (53.52% from 255 or 25.56% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 203 - color contains mainly: blue. Hex color #C188CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C188CB is #3E7734. Grayscale: #A0A0A0. Windows color (decimal): -4093749 or 13338817. OLE color: 13338817.

HSL color Cylindrical-coordinate representation of color #C188CB: hue angle of 291.04º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C188CB is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB193136203-
CMYK0.050.3300.20
HSL291.04º39.18%66.47%-
HSV(B)291.04º33%79.61%-
XYZ41.5833.2660.73-
YUV160.68151.88151.05-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.28%
GREEN value IS 136 (53.52% from 255) = 25.56%
BLUE value IS 203 (79.69% from 255) = 38.16%
R=36.28%
G=25.56%
B=38.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931362030.050.3300.20291.0439.1866.47
HexC188CB5210141232742
Octal30121031354102444347102
Binary1100000110001000110010111011000010101001001000111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C188CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C188CB; }

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

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

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

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

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

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

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

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