Html Css Color HEX #C48EC7 Lilac

📋 copy color: '#C48EC7'

red 196 ◦ green 142 ◦ blue 199

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

Shades of Lilac #C48EC7

Tints of Lilac #C48EC7

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.44%

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

R = 36.5%
G = 26.44%
B = 37.06%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C48EC7 (or 0xC48EC7) is known color: Lilac. HEX triplet: C4, 8E and C7. RGB value is (196,142,199). Sum of RGB (Red+Green+Blue) = 196+142+199=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 199 (78.12% from 255 or 37.06% from 537); Max value from RGB is 199 - color contains mainly: blue. Hex color #C48EC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48EC7 is #3B7138. Grayscale: #A4A4A4. Windows color (decimal): -3895609 or 13078212. OLE color: 13078212.

HSL color Cylindrical-coordinate representation of color #C48EC7: hue angle of 296.84º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C48EC7 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 196 142 199 -
CMYK 0.02 0.29 0 0.22
HSL 296.84º 0.34% 0.67% -
HSV(B) 296.84º 0.29% 0.78% -
XYZ 42.75 35.21 58.58 -
YUV 164.64 147.39 150.37 -
System Red Green Blue C M Y K H S L
Decimal 196 142 199 0.02 0.29 0 0.22 296.84 0.34 0.67
Hex C4 8E C7 2 1D 0 16 129 22 43
Octal 304 216 307 2 35 0 26 451 42 103
Binary 11000100 10001110 11000111 10 11101 0 10110 100101001 100010 1000011

Color Harmonies of #C48EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48EC7

Black with #C48EC7

Text Example


Text Example

White with #C48EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48EC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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