Html Css Color HEX #D08AC2 Lilac

📋 copy color: '#D08AC2'

red 208 ◦ green 138 ◦ blue 194

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

Shades of Lilac #D08AC2

Tints of Lilac #D08AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.93%

R = 38.52%
G = 25.56%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D08AC2 (or 0xD08AC2) is known color: Lilac. HEX triplet: D0, 8A and C2. RGB value is (208,138,194). Sum of RGB (Red+Green+Blue) = 208+138+194=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 194 (76.17% from 255 or 35.93% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D08AC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08AC2 is #2F753D. Grayscale: #A5A5A5. Windows color (decimal): -3110206 or 12749520. OLE color: 12749520.

HSL color Cylindrical-coordinate representation of color #D08AC2: hue angle of 312º 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 #D08AC2 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 138 194 -
CMYK 0 0.34 0.07 0.18
HSL 312º 0.43% 0.68% -
HSV(B) 312º 0.34% 0.82% -
XYZ 44.84 35.48 55.52 -
YUV 165.31 144.19 158.45 -
System Red Green Blue C M Y K H S L
Decimal 208 138 194 0 0.34 0.07 0.18 312 0.43 0.68
Hex D0 8A C2 0 22 7 12 138 2B 44
Octal 320 212 302 0 42 7 22 470 53 104
Binary 11010000 10001010 11000010 0 100010 111 10010 100111000 101011 1000100

Color Harmonies of #D08AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08AC2

Black with #D08AC2

Text Example


Text Example

White with #D08AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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