Html Css Color HEX #C48DAD Lily

📋 copy color: '#C48DAD'

red 196 ◦ green 141 ◦ blue 173

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

Shades of Lily #C48DAD

Tints of Lily #C48DAD

RGB

 RED value IS 196 (76.95% from 255) = 38.43%

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

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

R = 38.43%
G = 27.65%
B = 33.92%

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

#C48DAD (or 0xC48DAD) is known color: Lily. HEX triplet: C4, 8D and AD. RGB value is (196,141,173). Sum of RGB (Red+Green+Blue) = 196+141+173=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 196 - color contains mainly: red. Hex color #C48DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48DAD is #3B7252. Grayscale: #A1A1A1. Windows color (decimal): -3895891 or 11374020. OLE color: 11374020.

HSL color Cylindrical-coordinate representation of color #C48DAD: hue angle of 325.09º degrees, saturation: 0.32, 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 #C48DAD is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 141 173 -
CMYK 0 0.28 0.12 0.23
HSL 325.09º 0.32% 0.66% -
HSV(B) 325.09º 0.28% 0.77% -
XYZ 39.83 33.8 43.96 -
YUV 161.09 134.72 152.9 -
System Red Green Blue C M Y K H S L
Decimal 196 141 173 0 0.28 0.12 0.23 325.09 0.32 0.66
Hex C4 8D AD 0 1C C 17 145 20 42
Octal 304 215 255 0 34 14 27 505 40 102
Binary 11000100 10001101 10101101 0 11100 1100 10111 101000101 100000 1000010

Color Harmonies of #C48DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48DAD

Black with #C48DAD

Text Example


Text Example

White with #C48DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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