Html Css Color HEX #C48BC7 Lilac

📋 copy color: '#C48BC7'

red 196 ◦ green 139 ◦ blue 199

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

Shades of Lilac #C48BC7

Tints of Lilac #C48BC7

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.03%

 BLUE value IS 199 (78.13% from 255) = 37.27%

R = 36.7%
G = 26.03%
B = 37.27%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C48BC7 (or 0xC48BC7) is known color: Lilac. HEX triplet: C4, 8B and C7. RGB value is (196,139,199). Sum of RGB (Red+Green+Blue) = 196+139+199=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 139 (54.69% from 255 or 26.03% from 534); Blue value is 199 (78.12% from 255 or 37.27% from 534); Max value from RGB is 199 - color contains mainly: blue. Hex color #C48BC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48BC7 is #3B7438. Grayscale: #A2A2A2. Windows color (decimal): -3896377 or 13077444. OLE color: 13077444.

HSL color Cylindrical-coordinate representation of color #C48BC7: hue angle of 297º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C48BC7 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 196 139 199 -
CMYK 0.02 0.30 0 0.22
HSL 297º 0.35% 0.66% -
HSV(B) 297º 0.3% 0.78% -
XYZ 42.31 34.32 58.43 -
YUV 162.88 148.38 151.62 -
System Red Green Blue C M Y K H S L
Decimal 196 139 199 0.02 0.30 0 0.22 297 0.35 0.66
Hex C4 8B C7 2 1E 0 16 129 23 42
Octal 304 213 307 2 36 0 26 451 43 102
Binary 11000100 10001011 11000111 10 11110 0 10110 100101001 100011 1000010

Color Harmonies of #C48BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48BC7

Black with #C48BC7

Text Example


Text Example

White with #C48BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48BC7; }

 p { color: rgb(196,139,199); }

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

background-color css

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

 a { background-color: rgb(196,139,199); }

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

border-color css

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

 span { border-color: rgb(196,139,199); }

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