Html Css Color HEX #C48DB5 Lily

📋 copy color: '#C48DB5'

red 196 ◦ green 141 ◦ blue 181

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

Shades of Lily #C48DB5

Tints of Lily #C48DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.94%

R = 37.84%
G = 27.22%
B = 34.94%

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

#C48DB5 (or 0xC48DB5) is known color: Lily. HEX triplet: C4, 8D and B5. RGB value is (196,141,181). Sum of RGB (Red+Green+Blue) = 196+141+181=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 196 - color contains mainly: red. Hex color #C48DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48DB5 is #3B724A. Grayscale: #A1A1A1. Windows color (decimal): -3895883 or 11898308. OLE color: 11898308.

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

Color convert

RGB 196 141 181 -
CMYK 0 0.28 0.08 0.23
HSL 316.36º 0.32% 0.66% -
HSV(B) 316.36º 0.28% 0.77% -
XYZ 40.63 34.12 48.16 -
YUV 162.01 138.72 152.25 -
System Red Green Blue C M Y K H S L
Decimal 196 141 181 0 0.28 0.08 0.23 316.36 0.32 0.66
Hex C4 8D B5 0 1C 8 17 13C 20 42
Octal 304 215 265 0 34 10 27 474 40 102
Binary 11000100 10001101 10110101 0 11100 1000 10111 100111100 100000 1000010

Color Harmonies of #C48DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48DB5

Black with #C48DB5

Text Example


Text Example

White with #C48DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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