Html Css Color HEX #C48DB2 Lily

📋 copy color: '#C48DB2'

red 196 ◦ green 141 ◦ blue 178

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

Shades of Lily #C48DB2

Tints of Lily #C48DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.56%

R = 38.06%
G = 27.38%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C48DB2 (or 0xC48DB2) is known color: Lily. HEX triplet: C4, 8D and B2. RGB value is (196,141,178). Sum of RGB (Red+Green+Blue) = 196+141+178=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 178 (69.92% from 255 or 34.56% from 515); Max value from RGB is 196 - color contains mainly: red. Hex color #C48DB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48DB2 is #3B724D. Grayscale: #A1A1A1. Windows color (decimal): -3895886 or 11701700. OLE color: 11701700.

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

Color convert

RGB 196 141 178 -
CMYK 0 0.28 0.09 0.23
HSL 319.64º 0.32% 0.66% -
HSV(B) 319.64º 0.28% 0.77% -
XYZ 40.33 34 46.56 -
YUV 161.66 137.22 152.49 -
System Red Green Blue C M Y K H S L
Decimal 196 141 178 0 0.28 0.09 0.23 319.64 0.32 0.66
Hex C4 8D B2 0 1C 9 17 140 20 42
Octal 304 215 262 0 34 11 27 500 40 102
Binary 11000100 10001101 10110010 0 11100 1001 10111 101000000 100000 1000010

Color Harmonies of #C48DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48DB2

Black with #C48DB2

Text Example


Text Example

White with #C48DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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