Html Css Color HEX #D48FC5 Lilac

📋 copy color: '#D48FC5'

red 212 ◦ green 143 ◦ blue 197

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

Shades of Lilac #D48FC5

Tints of Lilac #D48FC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.69%

R = 38.41%
G = 25.91%
B = 35.69%

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

#D48FC5 (or 0xD48FC5) is known color: Lilac. HEX triplet: D4, 8F and C5. RGB value is (212,143,197). Sum of RGB (Red+Green+Blue) = 212+143+197=552 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.41% from 552); Green value is 143 (56.25% from 255 or 25.91% from 552); Blue value is 197 (77.34% from 255 or 35.69% from 552); Max value from RGB is 212 - color contains mainly: red. Hex color #D48FC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48FC5 is #2B703A. Grayscale: #A9A9A9. Windows color (decimal): -2846779 or 12947412. OLE color: 12947412.

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

Color convert

RGB 212 143 197 -
CMYK 0 0.33 0.07 0.17
HSL 313.04º 0.45% 0.7% -
HSV(B) 313.04º 0.33% 0.83% -
XYZ 47.05 37.67 57.62 -
YUV 169.79 143.36 158.11 -
System Red Green Blue C M Y K H S L
Decimal 212 143 197 0 0.33 0.07 0.17 313.04 0.45 0.7
Hex D4 8F C5 0 21 7 11 139 2D 46
Octal 324 217 305 0 41 7 21 471 55 106
Binary 11010100 10001111 11000101 0 100001 111 10001 100111001 101101 1000110

Color Harmonies of #D48FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48FC5

Black with #D48FC5

Text Example


Text Example

White with #D48FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48FC5; }

 p { color: rgb(212,143,197); }

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

background-color css

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

 a { background-color: rgb(212,143,197); }

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

border-color css

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

 span { border-color: rgb(212,143,197); }

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