#C381AD

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

Shades of Lily #C381AD

Tints of Lily #C381AD

Color information

#C381AD (or 0xC381AD) is unknown color: approx Lily. HEX triplet: C3, 81 and AD. RGB value is (195,129,173). Sum of RGB (Red+Green+Blue) = 195+129+173=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 129 (50.78% from 255 or 25.96% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 195 - color contains mainly: red. Hex color #C381AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C381AD is #3C7E52. Grayscale: #999999. Windows color (decimal): -3964499 or 11370947. OLE color: 11370947.

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

Color convert

RGB195129173-
CMYK00.340.110.24
HSL320º35.48%63.53%-
HSV(B)320º33.85%76.47%-
XYZ37.930.3243.39-
YUV153.75138.87157.42-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.24%
GREEN value IS 129 (50.78% from 255) = 25.96%
BLUE value IS 173 (67.97% from 255) = 34.81%
R=39.24%
G=25.96%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512917300.340.110.2432035.4863.53
HexC381AD022B181402340
Octal303201255042133050043100
Binary11000011100000011010110101000101011110001010000001000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C381AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C381AD; }

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

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

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

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

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

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

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

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