Html Css Color HEX #D5A7E0 Wisteria

📋 copy color: '#D5A7E0'

red 213 ◦ green 167 ◦ blue 224

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

Shades of Wisteria #D5A7E0

Tints of Wisteria #D5A7E0

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.65%

 BLUE value IS 224 (87.89% from 255) = 37.09%

R = 35.26%
G = 27.65%
B = 37.09%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D5A7E0 (or 0xD5A7E0) is known color: Wisteria. HEX triplet: D5, A7 and E0. RGB value is (213,167,224). Sum of RGB (Red+Green+Blue) = 213+167+224=604 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.26% from 604); Green value is 167 (65.62% from 255 or 27.65% from 604); Blue value is 224 (87.89% from 255 or 37.09% from 604); Max value from RGB is 224 - color contains mainly: blue. Hex color #D5A7E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A7E0 is #2A581F. Grayscale: #BBBBBB. Windows color (decimal): -2775072 or 14723029. OLE color: 14723029.

HSL color Cylindrical-coordinate representation of color #D5A7E0: hue angle of 288.42º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5A7E0 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 167 224 -
CMYK 0.05 0.25 0 0.12
HSL 288.42º 0.48% 0.77% -
HSV(B) 288.42º 0.25% 0.88% -
XYZ 54.71 47.17 76.74 -
YUV 187.25 148.74 146.37 -
System Red Green Blue C M Y K H S L
Decimal 213 167 224 0.05 0.25 0 0.12 288.42 0.48 0.77
Hex D5 A7 E0 5 19 0 C 120 30 4D
Octal 325 247 340 5 31 0 14 440 60 115
Binary 11010101 10100111 11100000 101 11001 0 1100 100100000 110000 1001101

Color Harmonies of #D5A7E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A7E0

Black with #D5A7E0

Text Example


Text Example

White with #D5A7E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A7E0; }

 p { color: rgb(213,167,224); }

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

background-color css

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

 a { background-color: rgb(213,167,224); }

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

border-color css

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

 span { border-color: rgb(213,167,224); }

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