Html Css Color HEX #D6A0CD Lilac

📋 copy color: '#D6A0CD'

red 214 ◦ green 160 ◦ blue 205

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

Shades of Lilac #D6A0CD

Tints of Lilac #D6A0CD

RGB

 RED value IS 214 (83.98% from 255) = 36.96%

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

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

R = 36.96%
G = 27.63%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D6A0CD (or 0xD6A0CD) is known color: Lilac. HEX triplet: D6, A0 and CD. RGB value is (214,160,205). Sum of RGB (Red+Green+Blue) = 214+160+205=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 160 (62.89% from 255 or 27.63% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A0CD is #295F32. Grayscale: #B5B5B5. Windows color (decimal): -2711347 or 13476054. OLE color: 13476054.

HSL color Cylindrical-coordinate representation of color #D6A0CD: hue angle of 310º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6A0CD is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 160 205 -
CMYK 0 0.25 0.04 0.16
HSL 310º 0.4% 0.73% -
HSV(B) 310º 0.25% 0.84% -
XYZ 51.32 43.85 63.52 -
YUV 181.28 141.39 151.34 -
System Red Green Blue C M Y K H S L
Decimal 214 160 205 0 0.25 0.04 0.16 310 0.4 0.73
Hex D6 A0 CD 0 19 4 10 136 28 49
Octal 326 240 315 0 31 4 20 466 50 111
Binary 11010110 10100000 11001101 0 11001 100 10000 100110110 101000 1001001

Color Harmonies of #D6A0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A0CD

Black with #D6A0CD

Text Example


Text Example

White with #D6A0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A0CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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