Html Css Color HEX #C58DAD Lily

📋 copy color: '#C58DAD'

red 197 ◦ green 141 ◦ blue 173

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

Shades of Lily #C58DAD

Tints of Lily #C58DAD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.59%

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

R = 38.55%
G = 27.59%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C58DAD (or 0xC58DAD) is known color: Lily. HEX triplet: C5, 8D and AD. RGB value is (197,141,173). Sum of RGB (Red+Green+Blue) = 197+141+173=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 197 - color contains mainly: red. Hex color #C58DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58DAD is #3A7252. Grayscale: #A1A1A1. Windows color (decimal): -3830355 or 11374021. OLE color: 11374021.

HSL color Cylindrical-coordinate representation of color #C58DAD: hue angle of 325.71º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C58DAD is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 141 173 -
CMYK 0 0.28 0.12 0.23
HSL 325.71º 0.33% 0.66% -
HSV(B) 325.71º 0.28% 0.77% -
XYZ 40.09 33.94 43.97 -
YUV 161.39 134.55 153.4 -
System Red Green Blue C M Y K H S L
Decimal 197 141 173 0 0.28 0.12 0.23 325.71 0.33 0.66
Hex C5 8D AD 0 1C C 17 146 21 42
Octal 305 215 255 0 34 14 27 506 41 102
Binary 11000101 10001101 10101101 0 11100 1100 10111 101000110 100001 1000010

Color Harmonies of #C58DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58DAD

Black with #C58DAD

Text Example


Text Example

White with #C58DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58DAD; }

 p { color: rgb(197,141,173); }

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

background-color css

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

 a { background-color: rgb(197,141,173); }

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

border-color css

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

 span { border-color: rgb(197,141,173); }

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