Html Css Color HEX #C48CB1 Lily

📋 copy color: '#C48CB1'

red 196 ◦ green 140 ◦ blue 177

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

Shades of Lily #C48CB1

Tints of Lily #C48CB1

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.29%

 BLUE value IS 177 (69.53% from 255) = 34.5%

R = 38.21%
G = 27.29%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C48CB1 (or 0xC48CB1) is known color: Lily. HEX triplet: C4, 8C and B1. RGB value is (196,140,177). Sum of RGB (Red+Green+Blue) = 196+140+177=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 177 (69.53% from 255 or 34.50% from 513); Max value from RGB is 196 - color contains mainly: red. Hex color #C48CB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48CB1 is #3B734E. Grayscale: #A0A0A0. Windows color (decimal): -3896143 or 11635908. OLE color: 11635908.

HSL color Cylindrical-coordinate representation of color #C48CB1: hue angle of 320.36º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C48CB1 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 140 177 -
CMYK 0 0.29 0.10 0.23
HSL 320.36º 0.32% 0.66% -
HSV(B) 320.36º 0.29% 0.77% -
XYZ 40.08 33.67 45.98 -
YUV 160.96 137.05 152.99 -
System Red Green Blue C M Y K H S L
Decimal 196 140 177 0 0.29 0.10 0.23 320.36 0.32 0.66
Hex C4 8C B1 0 1D A 17 140 20 42
Octal 304 214 261 0 35 12 27 500 40 102
Binary 11000100 10001100 10110001 0 11101 1010 10111 101000000 100000 1000010

Color Harmonies of #C48CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48CB1

Black with #C48CB1

Text Example


Text Example

White with #C48CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48CB1; }

 p { color: rgb(196,140,177); }

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

background-color css

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

 a { background-color: rgb(196,140,177); }

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

border-color css

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

 span { border-color: rgb(196,140,177); }

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