#C381AA

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

Shades of Lily #C381AA

Tints of Lily #C381AA

Color information

#C381AA (or 0xC381AA) is unknown color: approx Lily. HEX triplet: C3, 81 and AA. RGB value is (195,129,170). Sum of RGB (Red+Green+Blue) = 195+129+170=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 195 - color contains mainly: red. Hex color #C381AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C381AA is #3C7E55. Grayscale: #999999. Windows color (decimal): -3964502 or 11174339. OLE color: 11174339.

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

Color convert

RGB195129170-
CMYK00.340.130.24
HSL322.73º35.48%63.53%-
HSV(B)322.73º33.85%76.47%-
XYZ37.6130.241.88-
YUV153.41137.37157.67-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.47%
GREEN value IS 129 (50.78% from 255) = 26.11%
BLUE value IS 170 (66.80% from 255) = 34.41%
R=39.47%
G=26.11%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512917000.340.130.24322.7335.4863.53
HexC381AA022D181432340
Octal303201252042153050343100
Binary11000011100000011010101001000101101110001010000111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C381AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C381AA; }

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

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

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

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

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

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

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

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