Html Css Color HEX #D7A4EA Wisteria

📋 copy color: '#D7A4EA'

red 215 ◦ green 164 ◦ blue 234

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

Shades of Wisteria #D7A4EA

Tints of Wisteria #D7A4EA

RGB

 RED value IS 215 (84.38% from 255) = 35.07%

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

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

R = 35.07%
G = 26.75%
B = 38.17%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D7A4EA (or 0xD7A4EA) is known color: Wisteria. HEX triplet: D7, A4 and EA. RGB value is (215,164,234). Sum of RGB (Red+Green+Blue) = 215+164+234=613 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.07% from 613); Green value is 164 (64.45% from 255 or 26.75% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #D7A4EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7A4EA is #285B15. Grayscale: #BBBBBB. Windows color (decimal): -2644758 or 15377623. OLE color: 15377623.

HSL color Cylindrical-coordinate representation of color #D7A4EA: hue angle of 283.71º 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 #D7A4EA is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 215 164 234 -
CMYK 0.08 0.30 0 0.08
HSL 283.71º 0.63% 0.78% -
HSV(B) 283.71º 0.3% 0.92% -
XYZ 56.15 46.94 83.94 -
YUV 187.23 154.4 147.81 -
System Red Green Blue C M Y K H S L
Decimal 215 164 234 0.08 0.30 0 0.08 283.71 0.63 0.78
Hex D7 A4 EA 8 1E 0 8 11C 3E 4E
Octal 327 244 352 10 36 0 10 434 76 116
Binary 11010111 10100100 11101010 1000 11110 0 1000 100011100 111110 1001110

Color Harmonies of #D7A4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A4EA

Black with #D7A4EA

Text Example


Text Example

White with #D7A4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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