Html Css Color HEX #C48FB5 Lily

📋 copy color: '#C48FB5'

red 196 ◦ green 143 ◦ blue 181

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

Shades of Lily #C48FB5

Tints of Lily #C48FB5

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.5%

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

R = 37.69%
G = 27.5%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C48FB5 (or 0xC48FB5) is known color: Lily. HEX triplet: C4, 8F and B5. RGB value is (196,143,181). Sum of RGB (Red+Green+Blue) = 196+143+181=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 196 - color contains mainly: red. Hex color #C48FB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48FB5 is #3B704A. Grayscale: #A3A3A3. Windows color (decimal): -3895371 or 11898820. OLE color: 11898820.

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

Color convert

RGB 196 143 181 -
CMYK 0 0.27 0.08 0.23
HSL 316.98º 0.31% 0.66% -
HSV(B) 316.98º 0.27% 0.77% -
XYZ 40.93 34.72 48.26 -
YUV 163.18 138.06 151.41 -
System Red Green Blue C M Y K H S L
Decimal 196 143 181 0 0.27 0.08 0.23 316.98 0.31 0.66
Hex C4 8F B5 0 1B 8 17 13D 1F 42
Octal 304 217 265 0 33 10 27 475 37 102
Binary 11000100 10001111 10110101 0 11011 1000 10111 100111101 11111 1000010

Color Harmonies of #C48FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48FB5

Black with #C48FB5

Text Example


Text Example

White with #C48FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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