Html Css Color HEX #C580B1 Lily

📋 copy color: '#C580B1'

red 197 ◦ green 128 ◦ blue 177

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

Shades of Lily #C580B1

Tints of Lily #C580B1

RGB

 RED value IS 197 (77.34% from 255) = 39.24%

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

 BLUE value IS 177 (69.53% from 255) = 35.26%

R = 39.24%
G = 25.5%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C580B1 (or 0xC580B1) is known color: Lily. HEX triplet: C5, 80 and B1. RGB value is (197,128,177). Sum of RGB (Red+Green+Blue) = 197+128+177=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 197 - color contains mainly: red. Hex color #C580B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C580B1 is #3A7F4E. Grayscale: #9A9A9A. Windows color (decimal): -3833679 or 11632837. OLE color: 11632837.

HSL color Cylindrical-coordinate representation of color #C580B1: hue angle of 317.39º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C580B1 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 128 177 -
CMYK 0 0.35 0.10 0.23
HSL 317.39º 0.37% 0.64% -
HSV(B) 317.39º 0.35% 0.77% -
XYZ 38.68 30.48 45.44 -
YUV 154.22 140.86 158.52 -
System Red Green Blue C M Y K H S L
Decimal 197 128 177 0 0.35 0.10 0.23 317.39 0.37 0.64
Hex C5 80 B1 0 23 A 17 13D 25 40
Octal 305 200 261 0 43 12 27 475 45 100
Binary 11000101 10000000 10110001 0 100011 1010 10111 100111101 100101 1000000

Color Harmonies of #C580B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C580B1

Black with #C580B1

Text Example


Text Example

White with #C580B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C580B1; }

 p { color: rgb(197,128,177); }

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

background-color css

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

 a { background-color: rgb(197,128,177); }

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

border-color css

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

 span { border-color: rgb(197,128,177); }

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