#C388BF

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

Shades of Lilac #C388BF

Tints of Lilac #C388BF

Color information

#C388BF (or 0xC388BF) is unknown color: approx Lilac. HEX triplet: C3, 88 and BF. RGB value is (195,136,191). Sum of RGB (Red+Green+Blue) = 195+136+191=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 195 - color contains mainly: red. Hex color #C388BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C388BF is #3C7740. Grayscale: #9F9F9F. Windows color (decimal): -3962689 or 12552387. OLE color: 12552387.

HSL color Cylindrical-coordinate representation of color #C388BF: hue angle of 304.07º 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 #C388BF is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB195136191-
CMYK00.300.020.24
HSL304.07º32.96%64.9%-
HSV(B)304.07º30.26%76.47%-
XYZ40.7132.9753.51-
YUV159.91145.55153.03-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.36%
GREEN value IS 136 (53.52% from 255) = 26.05%
BLUE value IS 191 (75% from 255) = 36.59%
R=37.36%
G=26.05%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513619100.300.020.24304.0732.9664.9
HexC388BF01E2181302141
Octal30321027703623046041101
Binary11000011100010001011111101111010110001001100001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C388BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C388BF; }

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

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

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

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

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

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

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

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