Html Css Color HEX #C48FBF Lilac

📋 copy color: '#C48FBF'

red 196 ◦ green 143 ◦ blue 191

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

Shades of Lilac #C48FBF

Tints of Lilac #C48FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.04%

R = 36.98%
G = 26.98%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C48FBF (or 0xC48FBF) is known color: Lilac. HEX triplet: C4, 8F and BF. RGB value is (196,143,191). Sum of RGB (Red+Green+Blue) = 196+143+191=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 196 - color contains mainly: red. Hex color #C48FBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48FBF is #3B7040. Grayscale: #A4A4A4. Windows color (decimal): -3895361 or 12554180. OLE color: 12554180.

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

Color convert

RGB 196 143 191 -
CMYK 0 0.27 0.03 0.23
HSL 305.66º 0.31% 0.66% -
HSV(B) 305.66º 0.27% 0.77% -
XYZ 41.99 35.14 53.86 -
YUV 164.32 143.06 150.6 -
System Red Green Blue C M Y K H S L
Decimal 196 143 191 0 0.27 0.03 0.23 305.66 0.31 0.66
Hex C4 8F BF 0 1B 3 17 132 1F 42
Octal 304 217 277 0 33 3 27 462 37 102
Binary 11000100 10001111 10111111 0 11011 11 10111 100110010 11111 1000010

Color Harmonies of #C48FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48FBF

Black with #C48FBF

Text Example


Text Example

White with #C48FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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