Html Css Color HEX #D1A8DC Wisteria

📋 copy color: '#D1A8DC'

red 209 ◦ green 168 ◦ blue 220

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

Shades of Wisteria #D1A8DC

Tints of Wisteria #D1A8DC

RGB

 RED value IS 209 (82.03% from 255) = 35.01%

 GREEN value IS 168 (66.02% from 255) = 28.14%

 BLUE value IS 220 (86.33% from 255) = 36.85%

R = 35.01%
G = 28.14%
B = 36.85%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D1A8DC (or 0xD1A8DC) is known color: Wisteria. HEX triplet: D1, A8 and DC. RGB value is (209,168,220). Sum of RGB (Red+Green+Blue) = 209+168+220=597 (79% of max value = 765). Red value is 209 (82.03% from 255 or 35.01% from 597); Green value is 168 (66.02% from 255 or 28.14% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: blue. Hex color #D1A8DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A8DC is #2E5723. Grayscale: #BABABA. Windows color (decimal): -3036964 or 14461137. OLE color: 14461137.

HSL color Cylindrical-coordinate representation of color #D1A8DC: hue angle of 287.31º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D1A8DC is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 168 220 -
CMYK 0.05 0.24 0 0.14
HSL 287.31º 0.43% 0.76% -
HSV(B) 287.31º 0.24% 0.86% -
XYZ 53.22 46.73 73.92 -
YUV 186.19 147.08 144.27 -
System Red Green Blue C M Y K H S L
Decimal 209 168 220 0.05 0.24 0 0.14 287.31 0.43 0.76
Hex D1 A8 DC 5 18 0 E 11F 2B 4C
Octal 321 250 334 5 30 0 16 437 53 114
Binary 11010001 10101000 11011100 101 11000 0 1110 100011111 101011 1001100

Color Harmonies of #D1A8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A8DC

Black with #D1A8DC

Text Example


Text Example

White with #D1A8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A8DC; }

 p { color: rgb(209,168,220); }

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

background-color css

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

 a { background-color: rgb(209,168,220); }

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

border-color css

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

 span { border-color: rgb(209,168,220); }

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