Html Css Color HEX #D48DCD Lilac

📋 copy color: '#D48DCD'

red 212 ◦ green 141 ◦ blue 205

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

Shades of Lilac #D48DCD

Tints of Lilac #D48DCD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.27%

 BLUE value IS 205 (80.47% from 255) = 36.74%

R = 37.99%
G = 25.27%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D48DCD (or 0xD48DCD) is known color: Lilac. HEX triplet: D4, 8D and CD. RGB value is (212,141,205). Sum of RGB (Red+Green+Blue) = 212+141+205=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 212 - color contains mainly: red. Hex color #D48DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48DCD is #2B7232. Grayscale: #A9A9A9. Windows color (decimal): -2847283 or 13471188. OLE color: 13471188.

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

Color convert

RGB 212 141 205 -
CMYK 0 0.33 0.03 0.17
HSL 305.92º 0.45% 0.69% -
HSV(B) 305.92º 0.33% 0.83% -
XYZ 47.7 37.45 62.47 -
YUV 169.53 148.02 158.3 -
System Red Green Blue C M Y K H S L
Decimal 212 141 205 0 0.33 0.03 0.17 305.92 0.45 0.69
Hex D4 8D CD 0 21 3 11 132 2D 45
Octal 324 215 315 0 41 3 21 462 55 105
Binary 11010100 10001101 11001101 0 100001 11 10001 100110010 101101 1000101

Color Harmonies of #D48DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48DCD

Black with #D48DCD

Text Example


Text Example

White with #D48DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48DCD; }

 p { color: rgb(212,141,205); }

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

background-color css

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

 a { background-color: rgb(212,141,205); }

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

border-color css

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

 span { border-color: rgb(212,141,205); }

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