Html Css Color HEX #D5A0CA Lilac

📋 copy color: '#D5A0CA'

red 213 ◦ green 160 ◦ blue 202

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

Shades of Lilac #D5A0CA

Tints of Lilac #D5A0CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.13%

R = 37.04%
G = 27.83%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D5A0CA (or 0xD5A0CA) is known color: Lilac. HEX triplet: D5, A0 and CA. RGB value is (213,160,202). Sum of RGB (Red+Green+Blue) = 213+160+202=575 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.04% from 575); Green value is 160 (62.89% from 255 or 27.83% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A0CA is #2A5F35. Grayscale: #B4B4B4. Windows color (decimal): -2776886 or 13279445. OLE color: 13279445.

HSL color Cylindrical-coordinate representation of color #D5A0CA: hue angle of 312.45º degrees, saturation: 0.39, 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 #D5A0CA is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 160 202 -
CMYK 0 0.25 0.05 0.16
HSL 312.45º 0.39% 0.73% -
HSV(B) 312.45º 0.25% 0.84% -
XYZ 50.67 43.55 61.61 -
YUV 180.64 140.06 151.08 -
System Red Green Blue C M Y K H S L
Decimal 213 160 202 0 0.25 0.05 0.16 312.45 0.39 0.73
Hex D5 A0 CA 0 19 5 10 138 27 49
Octal 325 240 312 0 31 5 20 470 47 111
Binary 11010101 10100000 11001010 0 11001 101 10000 100111000 100111 1001001

Color Harmonies of #D5A0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A0CA

Black with #D5A0CA

Text Example


Text Example

White with #D5A0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A0CA; }

 p { color: rgb(213,160,202); }

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

background-color css

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

 a { background-color: rgb(213,160,202); }

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

border-color css

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

 span { border-color: rgb(213,160,202); }

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