Html Css Color HEX #D08ACF Lilac

📋 copy color: '#D08ACF'

red 208 ◦ green 138 ◦ blue 207

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

Shades of Lilac #D08ACF

Tints of Lilac #D08ACF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.95%

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

R = 37.61%
G = 24.95%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D08ACF (or 0xD08ACF) is known color: Lilac. HEX triplet: D0, 8A and CF. RGB value is (208,138,207). Sum of RGB (Red+Green+Blue) = 208+138+207=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 138 (54.30% from 255 or 24.95% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 208 - color contains mainly: red. Hex color #D08ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08ACF is #2F7530. Grayscale: #A6A6A6. Windows color (decimal): -3110193 or 13601488. OLE color: 13601488.

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

Color convert

RGB 208 138 207 -
CMYK 0 0.34 0.00 0.18
HSL 300.86º 0.43% 0.68% -
HSV(B) 300.86º 0.34% 0.82% -
XYZ 46.36 36.09 63.55 -
YUV 166.8 150.69 157.39 -
System Red Green Blue C M Y K H S L
Decimal 208 138 207 0 0.34 0.00 0.18 300.86 0.43 0.68
Hex D0 8A CF 0 22 0 12 12D 2B 44
Octal 320 212 317 0 42 0 22 455 53 104
Binary 11010000 10001010 11001111 0 100010 0 10010 100101101 101011 1000100

Color Harmonies of #D08ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08ACF

Black with #D08ACF

Text Example


Text Example

White with #D08ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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