Html Css Color HEX #D3A8DC Wisteria

📋 copy color: '#D3A8DC'

red 211 ◦ green 168 ◦ blue 220

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

Shades of Wisteria #D3A8DC

Tints of Wisteria #D3A8DC

RGB

 RED value IS 211 (82.81% from 255) = 35.23%

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

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

R = 35.23%
G = 28.05%
B = 36.73%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D3A8DC (or 0xD3A8DC) is known color: Wisteria. HEX triplet: D3, A8 and DC. RGB value is (211,168,220). Sum of RGB (Red+Green+Blue) = 211+168+220=599 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.23% from 599); Green value is 168 (66.02% from 255 or 28.05% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #D3A8DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A8DC is #2C5723. Grayscale: #BABABA. Windows color (decimal): -2905892 or 14461139. OLE color: 14461139.

HSL color Cylindrical-coordinate representation of color #D3A8DC: hue angle of 289.62º 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 #D3A8DC is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 168 220 -
CMYK 0.04 0.24 0 0.14
HSL 289.62º 0.43% 0.76% -
HSV(B) 289.62º 0.24% 0.86% -
XYZ 53.78 47.02 73.95 -
YUV 186.79 146.75 145.27 -
System Red Green Blue C M Y K H S L
Decimal 211 168 220 0.04 0.24 0 0.14 289.62 0.43 0.76
Hex D3 A8 DC 4 18 0 E 122 2B 4C
Octal 323 250 334 4 30 0 16 442 53 114
Binary 11010011 10101000 11011100 100 11000 0 1110 100100010 101011 1001100

Color Harmonies of #D3A8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A8DC

Black with #D3A8DC

Text Example


Text Example

White with #D3A8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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