Html Css Color HEX #C880AD Lily

📋 copy color: '#C880AD'

red 200 ◦ green 128 ◦ blue 173

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

Shades of Lily #C880AD

Tints of Lily #C880AD

RGB

 RED value IS 200 (78.52% from 255) = 39.92%

 GREEN value IS 128 (50.39% from 255) = 25.55%

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

R = 39.92%
G = 25.55%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C880AD (or 0xC880AD) is known color: Lily. HEX triplet: C8, 80 and AD. RGB value is (200,128,173). Sum of RGB (Red+Green+Blue) = 200+128+173=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 200 - color contains mainly: red. Hex color #C880AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C880AD is #377F52. Grayscale: #9A9A9A. Windows color (decimal): -3637075 or 11370696. OLE color: 11370696.

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

Color convert

RGB 200 128 173 -
CMYK 0 0.36 0.14 0.22
HSL 322.5º 0.4% 0.64% -
HSV(B) 322.5º 0.36% 0.78% -
XYZ 39.08 30.73 43.41 -
YUV 154.66 138.35 160.34 -
System Red Green Blue C M Y K H S L
Decimal 200 128 173 0 0.36 0.14 0.22 322.5 0.4 0.64
Hex C8 80 AD 0 24 E 16 142 28 40
Octal 310 200 255 0 44 16 26 502 50 100
Binary 11001000 10000000 10101101 0 100100 1110 10110 101000010 101000 1000000

Color Harmonies of #C880AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C880AD

Black with #C880AD

Text Example


Text Example

White with #C880AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C880AD; }

 p { color: rgb(200,128,173); }

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

background-color css

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

 a { background-color: rgb(200,128,173); }

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

border-color css

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

 span { border-color: rgb(200,128,173); }

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