Html Css Color HEX #D5A4EA Wisteria

📋 copy color: '#D5A4EA'

red 213 ◦ green 164 ◦ blue 234

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

Shades of Wisteria #D5A4EA

Tints of Wisteria #D5A4EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.3%

R = 34.86%
G = 26.84%
B = 38.3%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D5A4EA (or 0xD5A4EA) is known color: Wisteria. HEX triplet: D5, A4 and EA. RGB value is (213,164,234). Sum of RGB (Red+Green+Blue) = 213+164+234=611 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.86% from 611); Green value is 164 (64.45% from 255 or 26.84% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #D5A4EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A4EA is #2A5B15. Grayscale: #BABABA. Windows color (decimal): -2775830 or 15377621. OLE color: 15377621.

HSL color Cylindrical-coordinate representation of color #D5A4EA: hue angle of 282º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5A4EA is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 164 234 -
CMYK 0.09 0.30 0 0.08
HSL 282º 0.63% 0.78% -
HSV(B) 282º 0.3% 0.92% -
XYZ 55.57 46.64 83.92 -
YUV 186.63 154.73 146.81 -
System Red Green Blue C M Y K H S L
Decimal 213 164 234 0.09 0.30 0 0.08 282 0.63 0.78
Hex D5 A4 EA 9 1E 0 8 11A 3E 4E
Octal 325 244 352 11 36 0 10 432 76 116
Binary 11010101 10100100 11101010 1001 11110 0 1000 100011010 111110 1001110

Color Harmonies of #D5A4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A4EA

Black with #D5A4EA

Text Example


Text Example

White with #D5A4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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