Html Css Color HEX #D6A3EE Wisteria

📋 copy color: '#D6A3EE'

red 214 ◦ green 163 ◦ blue 238

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

Shades of Wisteria #D6A3EE

Tints of Wisteria #D6A3EE

RGB

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

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

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

R = 34.8%
G = 26.5%
B = 38.7%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D6A3EE (or 0xD6A3EE) is known color: Wisteria. HEX triplet: D6, A3 and EE. RGB value is (214,163,238). Sum of RGB (Red+Green+Blue) = 214+163+238=615 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.80% from 615); Green value is 163 (64.06% from 255 or 26.50% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #D6A3EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6A3EE is #295C11. Grayscale: #BABABA. Windows color (decimal): -2710546 or 15639510. OLE color: 15639510.

HSL color Cylindrical-coordinate representation of color #D6A3EE: hue angle of 280.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 #D6A3EE is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 163 238 -
CMYK 0.10 0.32 0 0.07
HSL 280.8º 0.69% 0.79% -
HSV(B) 280.8º 0.32% 0.93% -
XYZ 56.26 46.66 86.93 -
YUV 186.8 156.9 147.4 -
System Red Green Blue C M Y K H S L
Decimal 214 163 238 0.10 0.32 0 0.07 280.8 0.69 0.79
Hex D6 A3 EE A 20 0 7 119 45 4F
Octal 326 243 356 12 40 0 7 431 105 117
Binary 11010110 10100011 11101110 1010 100000 0 111 100011001 1000101 1001111

Color Harmonies of #D6A3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A3EE

Black with #D6A3EE

Text Example


Text Example

White with #D6A3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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