#C388AF

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

Shades of Lily #C388AF

Tints of Lily #C388AF

Color information

#C388AF (or 0xC388AF) is unknown color: approx Lily. HEX triplet: C3, 88 and AF. RGB value is (195,136,175). Sum of RGB (Red+Green+Blue) = 195+136+175=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 195 - color contains mainly: red. Hex color #C388AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C388AF is #3C7750. Grayscale: #9D9D9D. Windows color (decimal): -3962705 or 11503811. OLE color: 11503811.

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

Color convert

RGB195136175-
CMYK00.300.100.24
HSL320.34º32.96%64.9%-
HSV(B)320.34º30.26%76.47%-
XYZ39.0532.3144.74-
YUV158.09137.55154.33-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.54%
GREEN value IS 136 (53.52% from 255) = 26.88%
BLUE value IS 175 (68.75% from 255) = 34.58%
R=38.54%
G=26.88%
B=34.58%

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
Decimal19513617500.300.100.24320.3432.9664.9
HexC388AF01EA181402141
Octal303210257036123050041101
Binary1100001110001000101011110111101010110001010000001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C388AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C388AF; }

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

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

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

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

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

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

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

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