Html Css Color HEX #D6A3EA Wisteria

📋 copy color: '#D6A3EA'

red 214 ◦ green 163 ◦ blue 234

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

Shades of Wisteria #D6A3EA

Tints of Wisteria #D6A3EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.3%

R = 35.02%
G = 26.68%
B = 38.3%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D6A3EA (or 0xD6A3EA) is known color: Wisteria. HEX triplet: D6, A3 and EA. RGB value is (214,163,234). Sum of RGB (Red+Green+Blue) = 214+163+234=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 163 (64.06% from 255 or 26.68% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #D6A3EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6A3EA is #295C15. Grayscale: #BABABA. Windows color (decimal): -2710550 or 15377366. OLE color: 15377366.

HSL color Cylindrical-coordinate representation of color #D6A3EA: hue angle of 283.1º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6A3EA is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 163 234 -
CMYK 0.09 0.30 0 0.08
HSL 283.1º 0.63% 0.78% -
HSV(B) 283.1º 0.3% 0.92% -
XYZ 55.68 46.43 83.87 -
YUV 186.34 154.9 147.73 -
System Red Green Blue C M Y K H S L
Decimal 214 163 234 0.09 0.30 0 0.08 283.1 0.63 0.78
Hex D6 A3 EA 9 1E 0 8 11B 3F 4E
Octal 326 243 352 11 36 0 10 433 77 116
Binary 11010110 10100011 11101010 1001 11110 0 1000 100011011 111111 1001110

Color Harmonies of #D6A3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A3EA

Black with #D6A3EA

Text Example


Text Example

White with #D6A3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A3EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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