#C388B0

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

Shades of Lily #C388B0

Tints of Lily #C388B0

Color information

#C388B0 (or 0xC388B0) is unknown color: approx Lily. HEX triplet: C3, 88 and B0. RGB value is (195,136,176). Sum of RGB (Red+Green+Blue) = 195+136+176=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 176 (69.14% from 255 or 34.71% from 507); Max value from RGB is 195 - color contains mainly: red. Hex color #C388B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C388B0 is #3C774F. Grayscale: #9E9E9E. Windows color (decimal): -3962704 or 11569347. OLE color: 11569347.

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

Color convert

RGB195136176-
CMYK00.300.100.24
HSL319.32º32.96%64.9%-
HSV(B)319.32º30.26%76.47%-
XYZ39.1532.3545.25-
YUV158.2138.05154.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.46%
GREEN value IS 136 (53.52% from 255) = 26.82%
BLUE value IS 176 (69.14% from 255) = 34.71%
R=38.46%
G=26.82%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513617600.300.100.24319.3232.9664.9
HexC388B001EA1813f2141
Octal303210260036123047741101
Binary1100001110001000101100000111101010110001001111111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C388B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C388B0; }

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

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

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

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

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

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

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

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