Html Css Color HEX #C982B7 Lily

📋 copy color: '#C982B7'

red 201 ◦ green 130 ◦ blue 183

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

Shades of Lily #C982B7

Tints of Lily #C982B7

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.29%

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

R = 39.11%
G = 25.29%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#C982B7 (or 0xC982B7) is known color: Lily. HEX triplet: C9, 82 and B7. RGB value is (201,130,183). Sum of RGB (Red+Green+Blue) = 201+130+183=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 130 (51.17% from 255 or 25.29% from 514); Blue value is 183 (71.88% from 255 or 35.60% from 514); Max value from RGB is 201 - color contains mainly: red. Hex color #C982B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C982B7 is #367D48. Grayscale: #9D9D9D. Windows color (decimal): -3571017 or 12026569. OLE color: 12026569.

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

Color convert

RGB 201 130 183 -
CMYK 0 0.35 0.09 0.21
HSL 315.21º 0.4% 0.65% -
HSV(B) 315.21º 0.35% 0.79% -
XYZ 40.62 31.8 48.8 -
YUV 157.27 142.52 159.19 -
System Red Green Blue C M Y K H S L
Decimal 201 130 183 0 0.35 0.09 0.21 315.21 0.4 0.65
Hex C9 82 B7 0 23 9 15 13B 28 41
Octal 311 202 267 0 43 11 25 473 50 101
Binary 11001001 10000010 10110111 0 100011 1001 10101 100111011 101000 1000001

Color Harmonies of #C982B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C982B7

Black with #C982B7

Text Example


Text Example

White with #C982B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C982B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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