Html Css Color HEX #D6A3CC Lilac

📋 copy color: '#D6A3CC'

red 214 ◦ green 163 ◦ blue 204

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

Shades of Lilac #D6A3CC

Tints of Lilac #D6A3CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.11%

R = 36.83%
G = 28.06%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D6A3CC (or 0xD6A3CC) is known color: Lilac. HEX triplet: D6, A3 and CC. RGB value is (214,163,204). Sum of RGB (Red+Green+Blue) = 214+163+204=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 163 (64.06% from 255 or 28.06% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A3CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A3CC is #295C33. Grayscale: #B6B6B6. Windows color (decimal): -2710580 or 13411286. OLE color: 13411286.

HSL color Cylindrical-coordinate representation of color #D6A3CC: hue angle of 311.76º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6A3CC is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 163 204 -
CMYK 0 0.24 0.05 0.16
HSL 311.76º 0.38% 0.74% -
HSV(B) 311.76º 0.24% 0.84% -
XYZ 51.73 44.85 63.06 -
YUV 182.92 139.9 150.17 -
System Red Green Blue C M Y K H S L
Decimal 214 163 204 0 0.24 0.05 0.16 311.76 0.38 0.74
Hex D6 A3 CC 0 18 5 10 138 26 4A
Octal 326 243 314 0 30 5 20 470 46 112
Binary 11010110 10100011 11001100 0 11000 101 10000 100111000 100110 1001010

Color Harmonies of #D6A3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A3CC

Black with #D6A3CC

Text Example


Text Example

White with #D6A3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A3CC; }

 p { color: rgb(214,163,204); }

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

background-color css

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

 a { background-color: rgb(214,163,204); }

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

border-color css

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

 span { border-color: rgb(214,163,204); }

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