Html Css Color HEX #D5A8ED Wisteria

📋 copy color: '#D5A8ED'

red 213 ◦ green 168 ◦ blue 237

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

Shades of Wisteria #D5A8ED

Tints of Wisteria #D5A8ED

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.18%

 BLUE value IS 237 (92.97% from 255) = 38.35%

R = 34.47%
G = 27.18%
B = 38.35%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D5A8ED (or 0xD5A8ED) is known color: Wisteria. HEX triplet: D5, A8 and ED. RGB value is (213,168,237). Sum of RGB (Red+Green+Blue) = 213+168+237=618 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.47% from 618); Green value is 168 (66.02% from 255 or 27.18% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #D5A8ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A8ED is #2A5712. Grayscale: #BDBDBD. Windows color (decimal): -2774803 or 15575253. OLE color: 15575253.

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

Color convert

RGB 213 168 237 -
CMYK 0.10 0.29 0 0.07
HSL 279.13º 0.66% 0.79% -
HSV(B) 279.13º 0.29% 0.93% -
XYZ 56.73 48.27 86.45 -
YUV 189.32 154.91 144.89 -
System Red Green Blue C M Y K H S L
Decimal 213 168 237 0.10 0.29 0 0.07 279.13 0.66 0.79
Hex D5 A8 ED A 1D 0 7 117 42 4F
Octal 325 250 355 12 35 0 7 427 102 117
Binary 11010101 10101000 11101101 1010 11101 0 111 100010111 1000010 1001111

Color Harmonies of #D5A8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A8ED

Black with #D5A8ED

Text Example


Text Example

White with #D5A8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A8ED; }

 p { color: rgb(213,168,237); }

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

background-color css

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

 a { background-color: rgb(213,168,237); }

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

border-color css

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

 span { border-color: rgb(213,168,237); }

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