Html Css Color HEX #C981B7 Lily

📋 copy color: '#C981B7'

red 201 ◦ green 129 ◦ blue 183

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

Shades of Lily #C981B7

Tints of Lily #C981B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.67%

R = 39.18%
G = 25.15%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#C981B7 (or 0xC981B7) is known color: Lily. HEX triplet: C9, 81 and B7. RGB value is (201,129,183). Sum of RGB (Red+Green+Blue) = 201+129+183=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 183 (71.88% from 255 or 35.67% from 513); Max value from RGB is 201 - color contains mainly: red. Hex color #C981B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C981B7 is #367E48. Grayscale: #9C9C9C. Windows color (decimal): -3571273 or 12026313. OLE color: 12026313.

HSL color Cylindrical-coordinate representation of color #C981B7: hue angle of 315º 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 #C981B7 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 129 183 -
CMYK 0 0.36 0.09 0.21
HSL 315º 0.4% 0.65% -
HSV(B) 315º 0.36% 0.79% -
XYZ 40.48 31.54 48.75 -
YUV 156.68 142.85 159.61 -
System Red Green Blue C M Y K H S L
Decimal 201 129 183 0 0.36 0.09 0.21 315 0.4 0.65
Hex C9 81 B7 0 24 9 15 13B 28 41
Octal 311 201 267 0 44 11 25 473 50 101
Binary 11001001 10000001 10110111 0 100100 1001 10101 100111011 101000 1000001

Color Harmonies of #C981B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C981B7

Black with #C981B7

Text Example


Text Example

White with #C981B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C981B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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