Html Css Color HEX #D1A3EE Wisteria

📋 copy color: '#D1A3EE'

red 209 ◦ green 163 ◦ blue 238

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

Shades of Wisteria #D1A3EE

Tints of Wisteria #D1A3EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.02%

R = 34.26%
G = 26.72%
B = 39.02%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D1A3EE (or 0xD1A3EE) is known color: Wisteria. HEX triplet: D1, A3 and EE. RGB value is (209,163,238). Sum of RGB (Red+Green+Blue) = 209+163+238=610 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.26% from 610); Green value is 163 (64.06% from 255 or 26.72% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #D1A3EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A3EE is #2E5C11. Grayscale: #B9B9B9. Windows color (decimal): -3038226 or 15639505. OLE color: 15639505.

HSL color Cylindrical-coordinate representation of color #D1A3EE: hue angle of 276.8º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D1A3EE is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 163 238 -
CMYK 0.12 0.32 0 0.07
HSL 276.8º 0.69% 0.79% -
HSV(B) 276.8º 0.32% 0.93% -
XYZ 54.82 45.92 86.86 -
YUV 185.3 157.74 144.9 -
System Red Green Blue C M Y K H S L
Decimal 209 163 238 0.12 0.32 0 0.07 276.8 0.69 0.79
Hex D1 A3 EE C 20 0 7 115 45 4F
Octal 321 243 356 14 40 0 7 425 105 117
Binary 11010001 10100011 11101110 1100 100000 0 111 100010101 1000101 1001111

Color Harmonies of #D1A3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A3EE

Black with #D1A3EE

Text Example


Text Example

White with #D1A3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A3EE; }

 p { color: rgb(209,163,238); }

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

background-color css

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

 a { background-color: rgb(209,163,238); }

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

border-color css

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

 span { border-color: rgb(209,163,238); }

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