Html Css Color HEX #D0A3CF Lilac

📋 copy color: '#D0A3CF'

red 208 ◦ green 163 ◦ blue 207

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

Shades of Lilac #D0A3CF

Tints of Lilac #D0A3CF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 28.2%

 BLUE value IS 207 (81.25% from 255) = 35.81%

R = 35.99%
G = 28.2%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D0A3CF (or 0xD0A3CF) is known color: Lilac. HEX triplet: D0, A3 and CF. RGB value is (208,163,207). Sum of RGB (Red+Green+Blue) = 208+163+207=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 163 (64.06% from 255 or 28.20% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A3CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A3CF is #2F5C30. Grayscale: #B5B5B5. Windows color (decimal): -3103793 or 13607888. OLE color: 13607888.

HSL color Cylindrical-coordinate representation of color #D0A3CF: hue angle of 301.33º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0A3CF is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 163 207 -
CMYK 0 0.22 0.00 0.18
HSL 301.33º 0.32% 0.73% -
HSV(B) 301.33º 0.22% 0.82% -
XYZ 50.37 44.11 64.89 -
YUV 181.47 142.41 146.92 -
System Red Green Blue C M Y K H S L
Decimal 208 163 207 0 0.22 0.00 0.18 301.33 0.32 0.73
Hex D0 A3 CF 0 16 0 12 12D 20 49
Octal 320 243 317 0 26 0 22 455 40 111
Binary 11010000 10100011 11001111 0 10110 0 10010 100101101 100000 1001001

Color Harmonies of #D0A3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A3CF

Black with #D0A3CF

Text Example


Text Example

White with #D0A3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A3CF; }

 p { color: rgb(208,163,207); }

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

background-color css

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

 a { background-color: rgb(208,163,207); }

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

border-color css

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

 span { border-color: rgb(208,163,207); }

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