Html Css Color HEX #D3A6EC Wisteria

📋 copy color: '#D3A6EC'

red 211 ◦ green 166 ◦ blue 236

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

Shades of Wisteria #D3A6EC

Tints of Wisteria #D3A6EC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.08%

 BLUE value IS 236 (92.58% from 255) = 38.5%

R = 34.42%
G = 27.08%
B = 38.5%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D3A6EC (or 0xD3A6EC) is known color: Wisteria. HEX triplet: D3, A6 and EC. RGB value is (211,166,236). Sum of RGB (Red+Green+Blue) = 211+166+236=613 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.42% from 613); Green value is 166 (65.23% from 255 or 27.08% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: blue. Hex color #D3A6EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A6EC is #2C5913. Grayscale: #BBBBBB. Windows color (decimal): -2906388 or 15509203. OLE color: 15509203.

HSL color Cylindrical-coordinate representation of color #D3A6EC: hue angle of 278.57º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D3A6EC is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 166 236 -
CMYK 0.11 0.30 0 0.07
HSL 278.57º 0.65% 0.79% -
HSV(B) 278.57º 0.3% 0.93% -
XYZ 55.64 47.18 85.53 -
YUV 187.44 155.41 144.81 -
System Red Green Blue C M Y K H S L
Decimal 211 166 236 0.11 0.30 0 0.07 278.57 0.65 0.79
Hex D3 A6 EC B 1E 0 7 117 41 4F
Octal 323 246 354 13 36 0 7 427 101 117
Binary 11010011 10100110 11101100 1011 11110 0 111 100010111 1000001 1001111

Color Harmonies of #D3A6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A6EC

Black with #D3A6EC

Text Example


Text Example

White with #D3A6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A6EC; }

 p { color: rgb(211,166,236); }

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

background-color css

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

 a { background-color: rgb(211,166,236); }

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

border-color css

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

 span { border-color: rgb(211,166,236); }

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