Html Css Color HEX #D5A4EE Wisteria

📋 copy color: '#D5A4EE'

red 213 ◦ green 164 ◦ blue 238

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

Shades of Wisteria #D5A4EE

Tints of Wisteria #D5A4EE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.67%

 BLUE value IS 238 (93.36% from 255) = 38.7%

R = 34.63%
G = 26.67%
B = 38.7%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D5A4EE (or 0xD5A4EE) is known color: Wisteria. HEX triplet: D5, A4 and EE. RGB value is (213,164,238). Sum of RGB (Red+Green+Blue) = 213+164+238=615 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.63% from 615); Green value is 164 (64.45% from 255 or 26.67% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #D5A4EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A4EE is #2A5B11. Grayscale: #BABABA. Windows color (decimal): -2775826 or 15639765. OLE color: 15639765.

HSL color Cylindrical-coordinate representation of color #D5A4EE: hue angle of 279.73º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5A4EE is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 164 238 -
CMYK 0.11 0.31 0 0.07
HSL 279.73º 0.69% 0.79% -
HSV(B) 279.73º 0.31% 0.93% -
XYZ 56.15 46.87 86.98 -
YUV 187.09 156.73 146.48 -
System Red Green Blue C M Y K H S L
Decimal 213 164 238 0.11 0.31 0 0.07 279.73 0.69 0.79
Hex D5 A4 EE B 1F 0 7 118 45 4F
Octal 325 244 356 13 37 0 7 430 105 117
Binary 11010101 10100100 11101110 1011 11111 0 111 100011000 1000101 1001111

Color Harmonies of #D5A4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A4EE

Black with #D5A4EE

Text Example


Text Example

White with #D5A4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A4EE; }

 p { color: rgb(213,164,238); }

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

background-color css

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

 a { background-color: rgb(213,164,238); }

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

border-color css

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

 span { border-color: rgb(213,164,238); }

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