Html Css Color HEX #C58AAD Lily

📋 copy color: '#C58AAD'

red 197 ◦ green 138 ◦ blue 173

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

Shades of Lily #C58AAD

Tints of Lily #C58AAD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.17%

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

R = 38.78%
G = 27.17%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C58AAD (or 0xC58AAD) is known color: Lily. HEX triplet: C5, 8A and AD. RGB value is (197,138,173). Sum of RGB (Red+Green+Blue) = 197+138+173=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 197 - color contains mainly: red. Hex color #C58AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58AAD is #3A7552. Grayscale: #9F9F9F. Windows color (decimal): -3831123 or 11373253. OLE color: 11373253.

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

Color convert

RGB 197 138 173 -
CMYK 0 0.30 0.12 0.23
HSL 324.41º 0.34% 0.66% -
HSV(B) 324.41º 0.3% 0.77% -
XYZ 39.66 33.06 43.83 -
YUV 159.63 135.55 154.65 -
System Red Green Blue C M Y K H S L
Decimal 197 138 173 0 0.30 0.12 0.23 324.41 0.34 0.66
Hex C5 8A AD 0 1E C 17 144 22 42
Octal 305 212 255 0 36 14 27 504 42 102
Binary 11000101 10001010 10101101 0 11110 1100 10111 101000100 100010 1000010

Color Harmonies of #C58AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58AAD

Black with #C58AAD

Text Example


Text Example

White with #C58AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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