Html Css Color HEX #D5A1E5 Wisteria

📋 copy color: '#D5A1E5'

red 213 ◦ green 161 ◦ blue 229

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

Shades of Wisteria #D5A1E5

Tints of Wisteria #D5A1E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.98%

R = 35.32%
G = 26.7%
B = 37.98%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D5A1E5 (or 0xD5A1E5) is known color: Wisteria. HEX triplet: D5, A1 and E5. RGB value is (213,161,229). Sum of RGB (Red+Green+Blue) = 213+161+229=603 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.32% from 603); Green value is 161 (63.28% from 255 or 26.70% from 603); Blue value is 229 (89.84% from 255 or 37.98% from 603); Max value from RGB is 229 - color contains mainly: blue. Hex color #D5A1E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A1E5 is #2A5E1A. Grayscale: #B8B8B8. Windows color (decimal): -2776603 or 15049173. OLE color: 15049173.

HSL color Cylindrical-coordinate representation of color #D5A1E5: hue angle of 285.88º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5A1E5 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 213 161 229 -
CMYK 0.07 0.30 0 0.10
HSL 285.88º 0.57% 0.76% -
HSV(B) 285.88º 0.3% 0.9% -
XYZ 54.33 45.29 80.01 -
YUV 184.3 153.23 148.47 -
System Red Green Blue C M Y K H S L
Decimal 213 161 229 0.07 0.30 0 0.10 285.88 0.57 0.76
Hex D5 A1 E5 7 1E 0 A 11E 39 4C
Octal 325 241 345 7 36 0 12 436 71 114
Binary 11010101 10100001 11100101 111 11110 0 1010 100011110 111001 1001100

Color Harmonies of #D5A1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A1E5

Black with #D5A1E5

Text Example


Text Example

White with #D5A1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A1E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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