Html Css Color HEX #D5A1EF Wisteria

📋 copy color: '#D5A1EF'

red 213 ◦ green 161 ◦ blue 239

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

Shades of Wisteria #D5A1EF

Tints of Wisteria #D5A1EF

RGB

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

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

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

R = 34.75%
G = 26.26%
B = 38.99%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D5A1EF (or 0xD5A1EF) is known color: Wisteria. HEX triplet: D5, A1 and EF. RGB value is (213,161,239). Sum of RGB (Red+Green+Blue) = 213+161+239=613 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.75% from 613); Green value is 161 (63.28% from 255 or 26.26% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5A1EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A1EF is #2A5E10. Grayscale: #B9B9B9. Windows color (decimal): -2776593 or 15704533. OLE color: 15704533.

HSL color Cylindrical-coordinate representation of color #D5A1EF: hue angle of 280º 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 #D5A1EF is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 161 239 -
CMYK 0.11 0.33 0 0.06
HSL 280º 0.71% 0.78% -
HSV(B) 280º 0.33% 0.94% -
XYZ 55.77 45.87 87.58 -
YUV 185.44 158.23 147.66 -
System Red Green Blue C M Y K H S L
Decimal 213 161 239 0.11 0.33 0 0.06 280 0.71 0.78
Hex D5 A1 EF B 21 0 6 118 47 4E
Octal 325 241 357 13 41 0 6 430 107 116
Binary 11010101 10100001 11101111 1011 100001 0 110 100011000 1000111 1001110

Color Harmonies of #D5A1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A1EF

Black with #D5A1EF

Text Example


Text Example

White with #D5A1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A1EF; }

 p { color: rgb(213,161,239); }

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

background-color css

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

 a { background-color: rgb(213,161,239); }

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

border-color css

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

 span { border-color: rgb(213,161,239); }

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