Html Css Color HEX #D48ACD Lilac

📋 copy color: '#D48ACD'

red 212 ◦ green 138 ◦ blue 205

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

Shades of Lilac #D48ACD

Tints of Lilac #D48ACD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.86%

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

R = 38.2%
G = 24.86%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D48ACD (or 0xD48ACD) is known color: Lilac. HEX triplet: D4, 8A and CD. RGB value is (212,138,205). Sum of RGB (Red+Green+Blue) = 212+138+205=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 138 (54.30% from 255 or 24.86% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 212 - color contains mainly: red. Hex color #D48ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48ACD is #2B7532. Grayscale: #A7A7A7. Windows color (decimal): -2848051 or 13470420. OLE color: 13470420.

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

Color convert

RGB 212 138 205 -
CMYK 0 0.35 0.03 0.17
HSL 305.68º 0.46% 0.69% -
HSV(B) 305.68º 0.35% 0.83% -
XYZ 47.26 36.58 62.33 -
YUV 167.76 149.02 159.55 -
System Red Green Blue C M Y K H S L
Decimal 212 138 205 0 0.35 0.03 0.17 305.68 0.46 0.69
Hex D4 8A CD 0 23 3 11 132 2E 45
Octal 324 212 315 0 43 3 21 462 56 105
Binary 11010100 10001010 11001101 0 100011 11 10001 100110010 101110 1000101

Color Harmonies of #D48ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48ACD

Black with #D48ACD

Text Example


Text Example

White with #D48ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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