Html Css Color HEX #D8A0EF Wisteria

📋 copy color: '#D8A0EF'

red 216 ◦ green 160 ◦ blue 239

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

Shades of Wisteria #D8A0EF

Tints of Wisteria #D8A0EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.86%

R = 35.12%
G = 26.02%
B = 38.86%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D8A0EF (or 0xD8A0EF) is known color: Wisteria. HEX triplet: D8, A0 and EF. RGB value is (216,160,239). Sum of RGB (Red+Green+Blue) = 216+160+239=615 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.12% from 615); Green value is 160 (62.89% from 255 or 26.02% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 239 - color contains mainly: blue. Hex color #D8A0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A0EF is #275F10. Grayscale: #B9B9B9. Windows color (decimal): -2580241 or 15704280. OLE color: 15704280.

HSL color Cylindrical-coordinate representation of color #D8A0EF: hue angle of 282.53º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D8A0EF is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 216 160 239 -
CMYK 0.10 0.33 0 0.06
HSL 282.53º 0.71% 0.78% -
HSV(B) 282.53º 0.33% 0.94% -
XYZ 56.47 45.97 87.56 -
YUV 185.75 158.05 149.58 -
System Red Green Blue C M Y K H S L
Decimal 216 160 239 0.10 0.33 0 0.06 282.53 0.71 0.78
Hex D8 A0 EF A 21 0 6 11B 47 4E
Octal 330 240 357 12 41 0 6 433 107 116
Binary 11011000 10100000 11101111 1010 100001 0 110 100011011 1000111 1001110

Color Harmonies of #D8A0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A0EF

Black with #D8A0EF

Text Example


Text Example

White with #D8A0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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