Html Css Color HEX #D48EC6 Lilac

📋 copy color: '#D48EC6'

red 212 ◦ green 142 ◦ blue 198

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

Shades of Lilac #D48EC6

Tints of Lilac #D48EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.87%

R = 38.41%
G = 25.72%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#D48EC6 (or 0xD48EC6) is known color: Lilac. HEX triplet: D4, 8E and C6. RGB value is (212,142,198). Sum of RGB (Red+Green+Blue) = 212+142+198=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 142 (55.86% from 255 or 25.72% from 552); Blue value is 198 (77.73% from 255 or 35.87% from 552); Max value from RGB is 212 - color contains mainly: red. Hex color #D48EC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48EC6 is #2B7139. Grayscale: #A9A9A9. Windows color (decimal): -2847034 or 13012692. OLE color: 13012692.

HSL color Cylindrical-coordinate representation of color #D48EC6: hue angle of 312º 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 #D48EC6 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 142 198 -
CMYK 0 0.33 0.07 0.17
HSL 312º 0.45% 0.69% -
HSV(B) 312º 0.33% 0.83% -
XYZ 47.02 37.42 58.17 -
YUV 169.31 144.19 158.45 -
System Red Green Blue C M Y K H S L
Decimal 212 142 198 0 0.33 0.07 0.17 312 0.45 0.69
Hex D4 8E C6 0 21 7 11 138 2D 45
Octal 324 216 306 0 41 7 21 470 55 105
Binary 11010100 10001110 11000110 0 100001 111 10001 100111000 101101 1000101

Color Harmonies of #D48EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48EC6

Black with #D48EC6

Text Example


Text Example

White with #D48EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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