Html Css Color HEX #D4A0CD Lilac

📋 copy color: '#D4A0CD'

red 212 ◦ green 160 ◦ blue 205

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

Shades of Lilac #D4A0CD

Tints of Lilac #D4A0CD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.73%

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

R = 36.74%
G = 27.73%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D4A0CD (or 0xD4A0CD) is known color: Lilac. HEX triplet: D4, A0 and CD. RGB value is (212,160,205). Sum of RGB (Red+Green+Blue) = 212+160+205=577 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.74% from 577); Green value is 160 (62.89% from 255 or 27.73% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A0CD is #2B5F32. Grayscale: #B4B4B4. Windows color (decimal): -2842419 or 13476052. OLE color: 13476052.

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

Color convert

RGB 212 160 205 -
CMYK 0 0.25 0.03 0.17
HSL 308.08º 0.38% 0.73% -
HSV(B) 308.08º 0.25% 0.83% -
XYZ 50.74 43.55 63.49 -
YUV 180.68 141.73 150.34 -
System Red Green Blue C M Y K H S L
Decimal 212 160 205 0 0.25 0.03 0.17 308.08 0.38 0.73
Hex D4 A0 CD 0 19 3 11 134 26 49
Octal 324 240 315 0 31 3 21 464 46 111
Binary 11010100 10100000 11001101 0 11001 11 10001 100110100 100110 1001001

Color Harmonies of #D4A0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A0CD

Black with #D4A0CD

Text Example


Text Example

White with #D4A0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A0CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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