Html Css Color HEX #D6A0ED Wisteria

📋 copy color: '#D6A0ED'

red 214 ◦ green 160 ◦ blue 237

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

Shades of Wisteria #D6A0ED

Tints of Wisteria #D6A0ED

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.19%

 BLUE value IS 237 (92.97% from 255) = 38.79%

R = 35.02%
G = 26.19%
B = 38.79%

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

#D6A0ED (or 0xD6A0ED) is known color: Wisteria. HEX triplet: D6, A0 and ED. RGB value is (214,160,237). Sum of RGB (Red+Green+Blue) = 214+160+237=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 160 (62.89% from 255 or 26.19% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 237 - color contains mainly: blue. Hex color #D6A0ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6A0ED is #295F12. Grayscale: #B8B8B8. Windows color (decimal): -2711315 or 15573206. OLE color: 15573206.

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

Color convert

RGB 214 160 237 -
CMYK 0.10 0.32 0 0.07
HSL 282.08º 0.68% 0.78% -
HSV(B) 282.08º 0.32% 0.93% -
XYZ 55.59 45.55 85.98 -
YUV 184.92 157.39 148.74 -
System Red Green Blue C M Y K H S L
Decimal 214 160 237 0.10 0.32 0 0.07 282.08 0.68 0.78
Hex D6 A0 ED A 20 0 7 11A 44 4E
Octal 326 240 355 12 40 0 7 432 104 116
Binary 11010110 10100000 11101101 1010 100000 0 111 100011010 1000100 1001110

Color Harmonies of #D6A0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A0ED

Black with #D6A0ED

Text Example


Text Example

White with #D6A0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A0ED; }

 p { color: rgb(214,160,237); }

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

background-color css

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

 a { background-color: rgb(214,160,237); }

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

border-color css

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

 span { border-color: rgb(214,160,237); }

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