Html Css Color HEX #D48EC8 Lilac

📋 copy color: '#D48EC8'

red 212 ◦ green 142 ◦ blue 200

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

Shades of Lilac #D48EC8

Tints of Lilac #D48EC8

RGB

 RED value IS 212 (83.2% from 255) = 38.27%

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

 BLUE value IS 200 (78.52% from 255) = 36.1%

R = 38.27%
G = 25.63%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.17

RGB Variations

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

Color information

#D48EC8 (or 0xD48EC8) is known color: Lilac. HEX triplet: D4, 8E and C8. RGB value is (212,142,200). Sum of RGB (Red+Green+Blue) = 212+142+200=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 142 (55.86% from 255 or 25.63% from 554); Blue value is 200 (78.52% from 255 or 36.10% from 554); Max value from RGB is 212 - color contains mainly: red. Hex color #D48EC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48EC8 is #2B7137. Grayscale: #A9A9A9. Windows color (decimal): -2847032 or 13143764. OLE color: 13143764.

HSL color Cylindrical-coordinate representation of color #D48EC8: hue angle of 310.29º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D48EC8 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 142 200 -
CMYK 0 0.33 0.06 0.17
HSL 310.29º 0.45% 0.69% -
HSV(B) 310.29º 0.33% 0.83% -
XYZ 47.25 37.51 59.39 -
YUV 169.54 145.19 158.28 -
System Red Green Blue C M Y K H S L
Decimal 212 142 200 0 0.33 0.06 0.17 310.29 0.45 0.69
Hex D4 8E C8 0 21 6 11 136 2D 45
Octal 324 216 310 0 41 6 21 466 55 105
Binary 11010100 10001110 11001000 0 100001 110 10001 100110110 101101 1000101

Color Harmonies of #D48EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48EC8

Black with #D48EC8

Text Example


Text Example

White with #D48EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48EC8; }

 p { color: rgb(212,142,200); }

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

background-color css

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

 a { background-color: rgb(212,142,200); }

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

border-color css

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

 span { border-color: rgb(212,142,200); }

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