Html Css Color HEX #C48DB4 Lily

📋 copy color: '#C48DB4'

red 196 ◦ green 141 ◦ blue 180

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

Shades of Lily #C48DB4

Tints of Lily #C48DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.82%

R = 37.91%
G = 27.27%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C48DB4 (or 0xC48DB4) is known color: Lily. HEX triplet: C4, 8D and B4. RGB value is (196,141,180). Sum of RGB (Red+Green+Blue) = 196+141+180=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 196 - color contains mainly: red. Hex color #C48DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48DB4 is #3B724B. Grayscale: #A1A1A1. Windows color (decimal): -3895884 or 11832772. OLE color: 11832772.

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

Color convert

RGB 196 141 180 -
CMYK 0 0.28 0.08 0.23
HSL 317.45º 0.32% 0.66% -
HSV(B) 317.45º 0.28% 0.77% -
XYZ 40.53 34.08 47.62 -
YUV 161.89 138.22 152.33 -
System Red Green Blue C M Y K H S L
Decimal 196 141 180 0 0.28 0.08 0.23 317.45 0.32 0.66
Hex C4 8D B4 0 1C 8 17 13D 20 42
Octal 304 215 264 0 34 10 27 475 40 102
Binary 11000100 10001101 10110100 0 11100 1000 10111 100111101 100000 1000010

Color Harmonies of #C48DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48DB4

Black with #C48DB4

Text Example


Text Example

White with #C48DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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