Html Css Color HEX #C981AD Lily

📋 copy color: '#C981AD'

red 201 ◦ green 129 ◦ blue 173

#C981AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #C981AD

Tints of Lily #C981AD

RGB

 RED value IS 201 (78.91% from 255) = 39.96%

 GREEN value IS 129 (50.78% from 255) = 25.65%

 BLUE value IS 173 (67.97% from 255) = 34.39%

R = 39.96%
G = 25.65%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C981AD (or 0xC981AD) is known color: Lily. HEX triplet: C9, 81 and AD. RGB value is (201,129,173). Sum of RGB (Red+Green+Blue) = 201+129+173=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 201 - color contains mainly: red. Hex color #C981AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C981AD is #367E52. Grayscale: #9B9B9B. Windows color (decimal): -3571283 or 11370953. OLE color: 11370953.

HSL color Cylindrical-coordinate representation of color #C981AD: hue angle of 323.33º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C981AD is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 129 173 -
CMYK 0 0.36 0.14 0.21
HSL 323.33º 0.4% 0.65% -
HSV(B) 323.33º 0.36% 0.79% -
XYZ 39.48 31.14 43.46 -
YUV 155.54 137.85 160.42 -
System Red Green Blue C M Y K H S L
Decimal 201 129 173 0 0.36 0.14 0.21 323.33 0.4 0.65
Hex C9 81 AD 0 24 E 15 143 28 41
Octal 311 201 255 0 44 16 25 503 50 101
Binary 11001001 10000001 10101101 0 100100 1110 10101 101000011 101000 1000001

Color Harmonies of #C981AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C981AD

Black with #C981AD

Text Example


Text Example

White with #C981AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C981AD; }

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

 H1.HeaderClassName
 {
   color: #C981AD;
 }
 .AnyTagClassName
 {
   color: #C981AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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