Html Css Color HEX #D5A8EB Wisteria

📋 copy color: '#D5A8EB'

red 213 ◦ green 168 ◦ blue 235

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

Shades of Wisteria #D5A8EB

Tints of Wisteria #D5A8EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.15%

R = 34.58%
G = 27.27%
B = 38.15%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D5A8EB (or 0xD5A8EB) is known color: Wisteria. HEX triplet: D5, A8 and EB. RGB value is (213,168,235). Sum of RGB (Red+Green+Blue) = 213+168+235=616 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.58% from 616); Green value is 168 (66.02% from 255 or 27.27% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #D5A8EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A8EB is #2A5714. Grayscale: #BCBCBC. Windows color (decimal): -2774805 or 15444181. OLE color: 15444181.

HSL color Cylindrical-coordinate representation of color #D5A8EB: hue angle of 280.3º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5A8EB is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 168 235 -
CMYK 0.09 0.29 0 0.08
HSL 280.3º 0.63% 0.79% -
HSV(B) 280.3º 0.29% 0.92% -
XYZ 56.44 48.15 84.92 -
YUV 189.09 153.91 145.05 -
System Red Green Blue C M Y K H S L
Decimal 213 168 235 0.09 0.29 0 0.08 280.3 0.63 0.79
Hex D5 A8 EB 9 1D 0 8 118 3F 4F
Octal 325 250 353 11 35 0 10 430 77 117
Binary 11010101 10101000 11101011 1001 11101 0 1000 100011000 111111 1001111

Color Harmonies of #D5A8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A8EB

Black with #D5A8EB

Text Example


Text Example

White with #D5A8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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