#C385AD

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

Shades of Lily #C385AD

Tints of Lily #C385AD

Color information

#C385AD (or 0xC385AD) is unknown color: approx Lily. HEX triplet: C3, 85 and AD. RGB value is (195,133,173). Sum of RGB (Red+Green+Blue) = 195+133+173=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C385AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C385AD is #3C7A52. Grayscale: #9C9C9C. Windows color (decimal): -3963475 or 11371971. OLE color: 11371971.

HSL color Cylindrical-coordinate representation of color #C385AD: hue angle of 321.29º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C385AD is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB195133173-
CMYK00.320.110.24
HSL321.29º34.07%64.31%-
HSV(B)321.29º31.79%76.47%-
XYZ38.4431.3943.57-
YUV156.1137.54155.75-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.92%
GREEN value IS 133 (52.34% from 255) = 26.55%
BLUE value IS 173 (67.97% from 255) = 34.53%
R=38.92%
G=26.55%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513317300.320.110.24321.2934.0764.31
HexC385AD020B181412240
Octal303205255040133050142100
Binary11000011100001011010110101000001011110001010000011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C385AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C385AD; }

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

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

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

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

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

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

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

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