Html Css Color HEX #D0A1CD Lilac

📋 copy color: '#D0A1CD'

red 208 ◦ green 161 ◦ blue 205

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

Shades of Lilac #D0A1CD

Tints of Lilac #D0A1CD

RGB

 RED value IS 208 (81.64% from 255) = 36.24%

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

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

R = 36.24%
G = 28.05%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D0A1CD (or 0xD0A1CD) is known color: Lilac. HEX triplet: D0, A1 and CD. RGB value is (208,161,205). Sum of RGB (Red+Green+Blue) = 208+161+205=574 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.24% from 574); Green value is 161 (63.28% from 255 or 28.05% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A1CD is #2F5E32. Grayscale: #B3B3B3. Windows color (decimal): -3104307 or 13476304. OLE color: 13476304.

HSL color Cylindrical-coordinate representation of color #D0A1CD: hue angle of 303.83º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0A1CD is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 161 205 -
CMYK 0 0.23 0.01 0.18
HSL 303.83º 0.33% 0.72% -
HSV(B) 303.83º 0.23% 0.82% -
XYZ 49.78 43.31 63.49 -
YUV 180.07 142.07 147.92 -
System Red Green Blue C M Y K H S L
Decimal 208 161 205 0 0.23 0.01 0.18 303.83 0.33 0.72
Hex D0 A1 CD 0 17 1 12 130 21 48
Octal 320 241 315 0 27 1 22 460 41 110
Binary 11010000 10100001 11001101 0 10111 1 10010 100110000 100001 1001000

Color Harmonies of #D0A1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A1CD

Black with #D0A1CD

Text Example


Text Example

White with #D0A1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A1CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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