Html Css Color HEX #D6A0C9 Lilac

📋 copy color: '#D6A0C9'

red 214 ◦ green 160 ◦ blue 201

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

Shades of Lilac #D6A0C9

Tints of Lilac #D6A0C9

RGB

 RED value IS 214 (83.98% from 255) = 37.22%

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

 BLUE value IS 201 (78.91% from 255) = 34.96%

R = 37.22%
G = 27.83%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D6A0C9 (or 0xD6A0C9) is known color: Lilac. HEX triplet: D6, A0 and C9. RGB value is (214,160,201). Sum of RGB (Red+Green+Blue) = 214+160+201=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 160 (62.89% from 255 or 27.83% from 575); Blue value is 201 (78.91% from 255 or 34.96% from 575); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A0C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A0C9 is #295F36. Grayscale: #B4B4B4. Windows color (decimal): -2711351 or 13213910. OLE color: 13213910.

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

Color convert

RGB 214 160 201 -
CMYK 0 0.25 0.06 0.16
HSL 314.44º 0.4% 0.73% -
HSV(B) 314.44º 0.25% 0.84% -
XYZ 50.84 43.65 61 -
YUV 180.82 139.39 151.67 -
System Red Green Blue C M Y K H S L
Decimal 214 160 201 0 0.25 0.06 0.16 314.44 0.4 0.73
Hex D6 A0 C9 0 19 6 10 13A 28 49
Octal 326 240 311 0 31 6 20 472 50 111
Binary 11010110 10100000 11001001 0 11001 110 10000 100111010 101000 1001001

Color Harmonies of #D6A0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A0C9

Black with #D6A0C9

Text Example


Text Example

White with #D6A0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A0C9; }

 p { color: rgb(214,160,201); }

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

background-color css

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

 a { background-color: rgb(214,160,201); }

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

border-color css

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

 span { border-color: rgb(214,160,201); }

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