Html Css Color HEX #D6A0CA Lilac

📋 copy color: '#D6A0CA'

red 214 ◦ green 160 ◦ blue 202

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

Shades of Lilac #D6A0CA

Tints of Lilac #D6A0CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.07%

R = 37.15%
G = 27.78%
B = 35.07%

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

#D6A0CA (or 0xD6A0CA) is known color: Lilac. HEX triplet: D6, A0 and CA. RGB value is (214,160,202). Sum of RGB (Red+Green+Blue) = 214+160+202=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 160 (62.89% from 255 or 27.78% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A0CA is #295F35. Grayscale: #B4B4B4. Windows color (decimal): -2711350 or 13279446. OLE color: 13279446.

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

Color convert

RGB 214 160 202 -
CMYK 0 0.25 0.06 0.16
HSL 313.33º 0.4% 0.73% -
HSV(B) 313.33º 0.25% 0.84% -
XYZ 50.96 43.7 61.63 -
YUV 180.93 139.89 151.58 -
System Red Green Blue C M Y K H S L
Decimal 214 160 202 0 0.25 0.06 0.16 313.33 0.4 0.73
Hex D6 A0 CA 0 19 6 10 139 28 49
Octal 326 240 312 0 31 6 20 471 50 111
Binary 11010110 10100000 11001010 0 11001 110 10000 100111001 101000 1001001

Color Harmonies of #D6A0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A0CA

Black with #D6A0CA

Text Example


Text Example

White with #D6A0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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