Html Css Color HEX #D5A8CD Lilac

📋 copy color: '#D5A8CD'

red 213 ◦ green 168 ◦ blue 205

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

Shades of Lilac #D5A8CD

Tints of Lilac #D5A8CD

RGB

 RED value IS 213 (83.59% from 255) = 36.35%

 GREEN value IS 168 (66.02% from 255) = 28.67%

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

R = 36.35%
G = 28.67%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D5A8CD (or 0xD5A8CD) is known color: Lilac. HEX triplet: D5, A8 and CD. RGB value is (213,168,205). Sum of RGB (Red+Green+Blue) = 213+168+205=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 168 (66.02% from 255 or 28.67% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A8CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A8CD is #2A5732. Grayscale: #B9B9B9. Windows color (decimal): -2774835 or 13478101. OLE color: 13478101.

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

Color convert

RGB 213 168 205 -
CMYK 0 0.21 0.04 0.16
HSL 310.67º 0.35% 0.75% -
HSV(B) 310.67º 0.21% 0.84% -
XYZ 52.46 46.56 63.98 -
YUV 185.67 138.91 147.49 -
System Red Green Blue C M Y K H S L
Decimal 213 168 205 0 0.21 0.04 0.16 310.67 0.35 0.75
Hex D5 A8 CD 0 15 4 10 137 23 4B
Octal 325 250 315 0 25 4 20 467 43 113
Binary 11010101 10101000 11001101 0 10101 100 10000 100110111 100011 1001011

Color Harmonies of #D5A8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A8CD

Black with #D5A8CD

Text Example


Text Example

White with #D5A8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A8CD; }

 p { color: rgb(213,168,205); }

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

background-color css

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

 a { background-color: rgb(213,168,205); }

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

border-color css

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

 span { border-color: rgb(213,168,205); }

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