#C388B1

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

Shades of Lily #C388B1

Tints of Lily #C388B1

Color information

#C388B1 (or 0xC388B1) is unknown color: approx Lily. HEX triplet: C3, 88 and B1. RGB value is (195,136,177). Sum of RGB (Red+Green+Blue) = 195+136+177=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 136 (53.52% from 255 or 26.77% from 508); Blue value is 177 (69.53% from 255 or 34.84% from 508); Max value from RGB is 195 - color contains mainly: red. Hex color #C388B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C388B1 is #3C774E. Grayscale: #9E9E9E. Windows color (decimal): -3962703 or 11634883. OLE color: 11634883.

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

Color convert

RGB195136177-
CMYK00.300.090.24
HSL318.31º32.96%64.9%-
HSV(B)318.31º30.26%76.47%-
XYZ39.2532.3845.78-
YUV158.32138.55154.17-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.39%
GREEN value IS 136 (53.52% from 255) = 26.77%
BLUE value IS 177 (69.53% from 255) = 34.84%
R=38.39%
G=26.77%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513617700.300.090.24318.3132.9664.9
HexC388B101E91813e2141
Octal303210261036113047641101
Binary1100001110001000101100010111101001110001001111101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C388B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C388B1; }

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

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

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

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

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

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

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

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