Html Css Color HEX #C58BAD Lily

📋 copy color: '#C58BAD'

red 197 ◦ green 139 ◦ blue 173

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

Shades of Lily #C58BAD

Tints of Lily #C58BAD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.31%

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

R = 38.7%
G = 27.31%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C58BAD (or 0xC58BAD) is known color: Lily. HEX triplet: C5, 8B and AD. RGB value is (197,139,173). Sum of RGB (Red+Green+Blue) = 197+139+173=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 197 - color contains mainly: red. Hex color #C58BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58BAD is #3A7452. Grayscale: #A0A0A0. Windows color (decimal): -3830867 or 11373509. OLE color: 11373509.

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

Color convert

RGB 197 139 173 -
CMYK 0 0.29 0.12 0.23
HSL 324.83º 0.33% 0.66% -
HSV(B) 324.83º 0.29% 0.77% -
XYZ 39.8 33.35 43.88 -
YUV 160.22 135.22 154.24 -
System Red Green Blue C M Y K H S L
Decimal 197 139 173 0 0.29 0.12 0.23 324.83 0.33 0.66
Hex C5 8B AD 0 1D C 17 145 21 42
Octal 305 213 255 0 35 14 27 505 41 102
Binary 11000101 10001011 10101101 0 11101 1100 10111 101000101 100001 1000010

Color Harmonies of #C58BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58BAD

Black with #C58BAD

Text Example


Text Example

White with #C58BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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