#C388BD

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

Shades of Lilac #C388BD

Tints of Lilac #C388BD

Color information

#C388BD (or 0xC388BD) is unknown color: approx Lilac. HEX triplet: C3, 88 and BD. RGB value is (195,136,189). Sum of RGB (Red+Green+Blue) = 195+136+189=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 195 - color contains mainly: red. Hex color #C388BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C388BD is #3C7742. Grayscale: #9F9F9F. Windows color (decimal): -3962691 or 12421315. OLE color: 12421315.

HSL color Cylindrical-coordinate representation of color #C388BD: hue angle of 306.1º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C388BD is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB195136189-
CMYK00.300.030.24
HSL306.1º32.96%64.9%-
HSV(B)306.1º30.26%76.47%-
XYZ40.532.8852.36-
YUV159.68144.55153.19-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.5%
GREEN value IS 136 (53.52% from 255) = 26.15%
BLUE value IS 189 (74.22% from 255) = 36.35%
R=37.5%
G=26.15%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513618900.300.030.24306.132.9664.9
HexC388BD01E3181322141
Octal30321027503633046241101
Binary11000011100010001011110101111011110001001100101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C388BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C388BD; }

 p { color: rgb(195,136,189); }

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

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

 a { background-color: rgb(195,136,189); }

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

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

 span { border-color: rgb(195,136,189); }

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