Html Css Color HEX #D7A5CD Lilac

📋 copy color: '#D7A5CD'

red 215 ◦ green 165 ◦ blue 205

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

Shades of Lilac #D7A5CD

Tints of Lilac #D7A5CD

RGB

 RED value IS 215 (84.38% from 255) = 36.75%

 GREEN value IS 165 (64.84% from 255) = 28.21%

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

R = 36.75%
G = 28.21%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D7A5CD (or 0xD7A5CD) is known color: Lilac. HEX triplet: D7, A5 and CD. RGB value is (215,165,205). Sum of RGB (Red+Green+Blue) = 215+165+205=585 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.75% from 585); Green value is 165 (64.84% from 255 or 28.21% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A5CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A5CD is #285A32. Grayscale: #B8B8B8. Windows color (decimal): -2644531 or 13477335. OLE color: 13477335.

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

Color convert

RGB 215 165 205 -
CMYK 0 0.23 0.05 0.16
HSL 312º 0.38% 0.75% -
HSV(B) 312º 0.23% 0.84% -
XYZ 52.5 45.77 63.82 -
YUV 184.51 139.57 149.75 -
System Red Green Blue C M Y K H S L
Decimal 215 165 205 0 0.23 0.05 0.16 312 0.38 0.75
Hex D7 A5 CD 0 17 5 10 138 26 4B
Octal 327 245 315 0 27 5 20 470 46 113
Binary 11010111 10100101 11001101 0 10111 101 10000 100111000 100110 1001011

Color Harmonies of #D7A5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A5CD

Black with #D7A5CD

Text Example


Text Example

White with #D7A5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A5CD; }

 p { color: rgb(215,165,205); }

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

background-color css

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

 a { background-color: rgb(215,165,205); }

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

border-color css

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

 span { border-color: rgb(215,165,205); }

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