Html Css Color HEX #D5A0EC Wisteria

📋 copy color: '#D5A0EC'

red 213 ◦ green 160 ◦ blue 236

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

Shades of Wisteria #D5A0EC

Tints of Wisteria #D5A0EC

RGB

 RED value IS 213 (83.59% from 255) = 34.98%

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

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

R = 34.98%
G = 26.27%
B = 38.75%

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

#D5A0EC (or 0xD5A0EC) is known color: Wisteria. HEX triplet: D5, A0 and EC. RGB value is (213,160,236). Sum of RGB (Red+Green+Blue) = 213+160+236=609 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.98% from 609); Green value is 160 (62.89% from 255 or 26.27% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5A0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A0EC is #2A5F13. Grayscale: #B8B8B8. Windows color (decimal): -2776852 or 15507669. OLE color: 15507669.

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

Color convert

RGB 213 160 236 -
CMYK 0.10 0.32 0 0.07
HSL 281.84º 0.67% 0.78% -
HSV(B) 281.84º 0.32% 0.93% -
XYZ 55.15 45.34 85.2 -
YUV 184.51 157.06 148.32 -
System Red Green Blue C M Y K H S L
Decimal 213 160 236 0.10 0.32 0 0.07 281.84 0.67 0.78
Hex D5 A0 EC A 20 0 7 11A 43 4E
Octal 325 240 354 12 40 0 7 432 103 116
Binary 11010101 10100000 11101100 1010 100000 0 111 100011010 1000011 1001110

Color Harmonies of #D5A0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A0EC

Black with #D5A0EC

Text Example


Text Example

White with #D5A0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A0EC; }

 p { color: rgb(213,160,236); }

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

background-color css

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

 a { background-color: rgb(213,160,236); }

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

border-color css

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

 span { border-color: rgb(213,160,236); }

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