Html Css Color HEX #C991BD Lily

📋 copy color: '#C991BD'

red 201 ◦ green 145 ◦ blue 189

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

Shades of Lily #C991BD

Tints of Lily #C991BD

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.1%

 BLUE value IS 189 (74.22% from 255) = 35.33%

R = 37.57%
G = 27.1%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C991BD (or 0xC991BD) is known color: Lily. HEX triplet: C9, 91 and BD. RGB value is (201,145,189). Sum of RGB (Red+Green+Blue) = 201+145+189=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 201 - color contains mainly: red. Hex color #C991BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C991BD is #366E42. Grayscale: #A6A6A6. Windows color (decimal): -3567171 or 12423625. OLE color: 12423625.

HSL color Cylindrical-coordinate representation of color #C991BD: hue angle of 312.86º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C991BD is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 145 189 -
CMYK 0 0.28 0.06 0.21
HSL 312.86º 0.34% 0.68% -
HSV(B) 312.86º 0.28% 0.79% -
XYZ 43.4 36.34 52.87 -
YUV 166.76 140.55 152.42 -
System Red Green Blue C M Y K H S L
Decimal 201 145 189 0 0.28 0.06 0.21 312.86 0.34 0.68
Hex C9 91 BD 0 1C 6 15 139 22 44
Octal 311 221 275 0 34 6 25 471 42 104
Binary 11001001 10010001 10111101 0 11100 110 10101 100111001 100010 1000100

Color Harmonies of #C991BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C991BD

Black with #C991BD

Text Example


Text Example

White with #C991BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C991BD; }

 p { color: rgb(201,145,189); }

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

background-color css

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

 a { background-color: rgb(201,145,189); }

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

border-color css

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

 span { border-color: rgb(201,145,189); }

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