#C387AF

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

Shades of Lily #C387AF

Tints of Lily #C387AF

Color information

#C387AF (or 0xC387AF) is unknown color: approx Lily. HEX triplet: C3, 87 and AF. RGB value is (195,135,175). Sum of RGB (Red+Green+Blue) = 195+135+175=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 135 (53.12% from 255 or 26.73% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 195 - color contains mainly: red. Hex color #C387AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C387AF is #3C7850. Grayscale: #9D9D9D. Windows color (decimal): -3962961 or 11503555. OLE color: 11503555.

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

Color convert

RGB195135175-
CMYK00.310.100.24
HSL320º33.33%64.71%-
HSV(B)320º30.77%76.47%-
XYZ38.9132.0344.69-
YUV157.5137.88154.75-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.61%
GREEN value IS 135 (53.12% from 255) = 26.73%
BLUE value IS 175 (68.75% from 255) = 34.65%
R=38.61%
G=26.73%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513517500.310.100.2432033.3364.71
HexC387AF01FA181402141
Octal303207257037123050041101
Binary1100001110000111101011110111111010110001010000001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C387AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C387AF; }

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

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

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

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

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

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

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

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