Html Css Color HEX #D6A1EC Wisteria

📋 copy color: '#D6A1EC'

red 214 ◦ green 161 ◦ blue 236

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

Shades of Wisteria #D6A1EC

Tints of Wisteria #D6A1EC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.35%

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

R = 35.02%
G = 26.35%
B = 38.63%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D6A1EC (or 0xD6A1EC) is known color: Wisteria. HEX triplet: D6, A1 and EC. RGB value is (214,161,236). Sum of RGB (Red+Green+Blue) = 214+161+236=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 161 (63.28% from 255 or 26.35% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #D6A1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6A1EC is #295E13. Grayscale: #B9B9B9. Windows color (decimal): -2711060 or 15507926. OLE color: 15507926.

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

Color convert

RGB 214 161 236 -
CMYK 0.09 0.32 0 0.07
HSL 282.4º 0.66% 0.78% -
HSV(B) 282.4º 0.32% 0.93% -
XYZ 55.62 45.84 85.27 -
YUV 185.4 156.56 148.4 -
System Red Green Blue C M Y K H S L
Decimal 214 161 236 0.09 0.32 0 0.07 282.4 0.66 0.78
Hex D6 A1 EC 9 20 0 7 11A 42 4E
Octal 326 241 354 11 40 0 7 432 102 116
Binary 11010110 10100001 11101100 1001 100000 0 111 100011010 1000010 1001110

Color Harmonies of #D6A1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A1EC

Black with #D6A1EC

Text Example


Text Example

White with #D6A1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A1EC; }

 p { color: rgb(214,161,236); }

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

background-color css

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

 a { background-color: rgb(214,161,236); }

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

border-color css

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

 span { border-color: rgb(214,161,236); }

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