Html Css Color HEX #D5A1CD Lilac

📋 copy color: '#D5A1CD'

red 213 ◦ green 161 ◦ blue 205

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

Shades of Lilac #D5A1CD

Tints of Lilac #D5A1CD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 27.81%

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

R = 36.79%
G = 27.81%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D5A1CD (or 0xD5A1CD) is known color: Lilac. HEX triplet: D5, A1 and CD. RGB value is (213,161,205). Sum of RGB (Red+Green+Blue) = 213+161+205=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 161 (63.28% from 255 or 27.81% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A1CD is #2A5E32. Grayscale: #B5B5B5. Windows color (decimal): -2776627 or 13476309. OLE color: 13476309.

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

Color convert

RGB 213 161 205 -
CMYK 0 0.24 0.04 0.16
HSL 309.23º 0.38% 0.73% -
HSV(B) 309.23º 0.24% 0.84% -
XYZ 51.2 44.04 63.56 -
YUV 181.56 141.23 150.42 -
System Red Green Blue C M Y K H S L
Decimal 213 161 205 0 0.24 0.04 0.16 309.23 0.38 0.73
Hex D5 A1 CD 0 18 4 10 135 26 49
Octal 325 241 315 0 30 4 20 465 46 111
Binary 11010101 10100001 11001101 0 11000 100 10000 100110101 100110 1001001

Color Harmonies of #D5A1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A1CD

Black with #D5A1CD

Text Example


Text Example

White with #D5A1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A1CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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