#C387AD

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

Shades of Lily #C387AD

Tints of Lily #C387AD

Color information

#C387AD (or 0xC387AD) is unknown color: approx Lily. HEX triplet: C3, 87 and AD. RGB value is (195,135,173). Sum of RGB (Red+Green+Blue) = 195+135+173=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 135 (53.12% from 255 or 26.84% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 195 - color contains mainly: red. Hex color #C387AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C387AD is #3C7852. Grayscale: #9D9D9D. Windows color (decimal): -3962963 or 11372483. OLE color: 11372483.

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

Color convert

RGB195135173-
CMYK00.310.110.24
HSL322º33.33%64.71%-
HSV(B)322º30.77%76.47%-
XYZ38.7131.9543.66-
YUV157.27136.88154.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.77%
GREEN value IS 135 (53.12% from 255) = 26.84%
BLUE value IS 173 (67.97% from 255) = 34.39%
R=38.77%
G=26.84%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513517300.310.110.2432233.3364.71
HexC387AD01FB181422141
Octal303207255037133050241101
Binary1100001110000111101011010111111011110001010000101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C387AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C387AD; }

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

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

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

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

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

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

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

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