Html Css Color HEX #C48DB0 Lily

📋 copy color: '#C48DB0'

red 196 ◦ green 141 ◦ blue 176

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

Shades of Lily #C48DB0

Tints of Lily #C48DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.31%

R = 38.21%
G = 27.49%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C48DB0 (or 0xC48DB0) is known color: Lily. HEX triplet: C4, 8D and B0. RGB value is (196,141,176). Sum of RGB (Red+Green+Blue) = 196+141+176=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 196 - color contains mainly: red. Hex color #C48DB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48DB0 is #3B724F. Grayscale: #A1A1A1. Windows color (decimal): -3895888 or 11570628. OLE color: 11570628.

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

Color convert

RGB 196 141 176 -
CMYK 0 0.28 0.10 0.23
HSL 321.82º 0.32% 0.66% -
HSV(B) 321.82º 0.28% 0.77% -
XYZ 40.13 33.92 45.51 -
YUV 161.44 136.22 152.65 -
System Red Green Blue C M Y K H S L
Decimal 196 141 176 0 0.28 0.10 0.23 321.82 0.32 0.66
Hex C4 8D B0 0 1C A 17 142 20 42
Octal 304 215 260 0 34 12 27 502 40 102
Binary 11000100 10001101 10110000 0 11100 1010 10111 101000010 100000 1000010

Color Harmonies of #C48DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48DB0

Black with #C48DB0

Text Example


Text Example

White with #C48DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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