Html Css Color HEX #C580AF Lily

📋 copy color: '#C580AF'

red 197 ◦ green 128 ◦ blue 175

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

Shades of Lily #C580AF

Tints of Lily #C580AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35%

R = 39.4%
G = 25.6%
B = 35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C580AF (or 0xC580AF) is known color: Lily. HEX triplet: C5, 80 and AF. RGB value is (197,128,175). Sum of RGB (Red+Green+Blue) = 197+128+175=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 197 - color contains mainly: red. Hex color #C580AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C580AF is #3A7F50. Grayscale: #999999. Windows color (decimal): -3833681 or 11501765. OLE color: 11501765.

HSL color Cylindrical-coordinate representation of color #C580AF: hue angle of 319.13º 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 #C580AF is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 128 175 -
CMYK 0 0.35 0.11 0.23
HSL 319.13º 0.37% 0.64% -
HSV(B) 319.13º 0.35% 0.77% -
XYZ 38.48 30.4 44.4 -
YUV 153.99 139.86 158.68 -
System Red Green Blue C M Y K H S L
Decimal 197 128 175 0 0.35 0.11 0.23 319.13 0.37 0.64
Hex C5 80 AF 0 23 B 17 13F 25 40
Octal 305 200 257 0 43 13 27 477 45 100
Binary 11000101 10000000 10101111 0 100011 1011 10111 100111111 100101 1000000

Color Harmonies of #C580AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C580AF

Black with #C580AF

Text Example


Text Example

White with #C580AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C580AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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