Html Css Color HEX #D48FC7 Lilac

📋 copy color: '#D48FC7'

red 212 ◦ green 143 ◦ blue 199

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

Shades of Lilac #D48FC7

Tints of Lilac #D48FC7

RGB

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

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

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

R = 38.27%
G = 25.81%
B = 35.92%

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

#D48FC7 (or 0xD48FC7) is known color: Lilac. HEX triplet: D4, 8F and C7. RGB value is (212,143,199). Sum of RGB (Red+Green+Blue) = 212+143+199=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 143 (56.25% from 255 or 25.81% from 554); Blue value is 199 (78.12% from 255 or 35.92% from 554); Max value from RGB is 212 - color contains mainly: red. Hex color #D48FC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48FC7 is #2B7038. Grayscale: #A9A9A9. Windows color (decimal): -2846777 or 13078484. OLE color: 13078484.

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

Color convert

RGB 212 143 199 -
CMYK 0 0.33 0.06 0.17
HSL 311.3º 0.45% 0.7% -
HSV(B) 311.3º 0.33% 0.83% -
XYZ 47.28 37.77 58.83 -
YUV 170.02 144.36 157.95 -
System Red Green Blue C M Y K H S L
Decimal 212 143 199 0 0.33 0.06 0.17 311.3 0.45 0.7
Hex D4 8F C7 0 21 6 11 137 2D 46
Octal 324 217 307 0 41 6 21 467 55 106
Binary 11010100 10001111 11000111 0 100001 110 10001 100110111 101101 1000110

Color Harmonies of #D48FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48FC7

Black with #D48FC7

Text Example


Text Example

White with #D48FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48FC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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