Html Css Color HEX #C880B8 Lily

📋 copy color: '#C880B8'

red 200 ◦ green 128 ◦ blue 184

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

Shades of Lily #C880B8

Tints of Lily #C880B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.94%

R = 39.06%
G = 25%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C880B8 (or 0xC880B8) is known color: Lily. HEX triplet: C8, 80 and B8. RGB value is (200,128,184). Sum of RGB (Red+Green+Blue) = 200+128+184=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 184 (72.27% from 255 or 35.94% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C880B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C880B8 is #377F47. Grayscale: #9B9B9B. Windows color (decimal): -3637064 or 12091592. OLE color: 12091592.

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

Color convert

RGB 200 128 184 -
CMYK 0 0.36 0.08 0.22
HSL 313.33º 0.4% 0.64% -
HSV(B) 313.33º 0.36% 0.78% -
XYZ 40.19 31.18 49.25 -
YUV 155.91 143.85 159.45 -
System Red Green Blue C M Y K H S L
Decimal 200 128 184 0 0.36 0.08 0.22 313.33 0.4 0.64
Hex C8 80 B8 0 24 8 16 139 28 40
Octal 310 200 270 0 44 10 26 471 50 100
Binary 11001000 10000000 10111000 0 100100 1000 10110 100111001 101000 1000000

Color Harmonies of #C880B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C880B8

Black with #C880B8

Text Example


Text Example

White with #C880B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C880B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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