Html Css Color HEX #D5A8EC Wisteria

📋 copy color: '#D5A8EC'

red 213 ◦ green 168 ◦ blue 236

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

Shades of Wisteria #D5A8EC

Tints of Wisteria #D5A8EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.25%

R = 34.52%
G = 27.23%
B = 38.25%

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

#D5A8EC (or 0xD5A8EC) is known color: Wisteria. HEX triplet: D5, A8 and EC. RGB value is (213,168,236). Sum of RGB (Red+Green+Blue) = 213+168+236=617 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.52% from 617); Green value is 168 (66.02% from 255 or 27.23% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5A8EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A8EC is #2A5713. Grayscale: #BCBCBC. Windows color (decimal): -2774804 or 15509717. OLE color: 15509717.

HSL color Cylindrical-coordinate representation of color #D5A8EC: hue angle of 279.71º degrees, saturation: 0.64, 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 #D5A8EC is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 168 236 -
CMYK 0.10 0.29 0 0.07
HSL 279.71º 0.64% 0.79% -
HSV(B) 279.71º 0.29% 0.93% -
XYZ 56.58 48.21 85.68 -
YUV 189.21 154.41 144.97 -
System Red Green Blue C M Y K H S L
Decimal 213 168 236 0.10 0.29 0 0.07 279.71 0.64 0.79
Hex D5 A8 EC A 1D 0 7 118 40 4F
Octal 325 250 354 12 35 0 7 430 100 117
Binary 11010101 10101000 11101100 1010 11101 0 111 100011000 1000000 1001111

Color Harmonies of #D5A8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A8EC

Black with #D5A8EC

Text Example


Text Example

White with #D5A8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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