Html Css Color HEX #D8A0EB Wisteria

📋 copy color: '#D8A0EB'

red 216 ◦ green 160 ◦ blue 235

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

Shades of Wisteria #D8A0EB

Tints of Wisteria #D8A0EB

RGB

 RED value IS 216 (84.77% from 255) = 35.35%

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

 BLUE value IS 235 (92.19% from 255) = 38.46%

R = 35.35%
G = 26.19%
B = 38.46%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D8A0EB (or 0xD8A0EB) is known color: Wisteria. HEX triplet: D8, A0 and EB. RGB value is (216,160,235). Sum of RGB (Red+Green+Blue) = 216+160+235=611 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.35% from 611); Green value is 160 (62.89% from 255 or 26.19% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #D8A0EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A0EB is #275F14. Grayscale: #B9B9B9. Windows color (decimal): -2580245 or 15442136. OLE color: 15442136.

HSL color Cylindrical-coordinate representation of color #D8A0EB: hue angle of 284.8º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D8A0EB is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 216 160 235 -
CMYK 0.08 0.32 0 0.08
HSL 284.8º 0.65% 0.77% -
HSV(B) 284.8º 0.32% 0.92% -
XYZ 55.89 45.74 84.48 -
YUV 185.29 156.05 149.9 -
System Red Green Blue C M Y K H S L
Decimal 216 160 235 0.08 0.32 0 0.08 284.8 0.65 0.77
Hex D8 A0 EB 8 20 0 8 11D 41 4D
Octal 330 240 353 10 40 0 10 435 101 115
Binary 11011000 10100000 11101011 1000 100000 0 1000 100011101 1000001 1001101

Color Harmonies of #D8A0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A0EB

Black with #D8A0EB

Text Example


Text Example

White with #D8A0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A0EB; }

 p { color: rgb(216,160,235); }

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

background-color css

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

 a { background-color: rgb(216,160,235); }

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

border-color css

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

 span { border-color: rgb(216,160,235); }

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