Html Css Color HEX #D3A5EB Wisteria

📋 copy color: '#D3A5EB'

red 211 ◦ green 165 ◦ blue 235

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

Shades of Wisteria #D3A5EB

Tints of Wisteria #D3A5EB

RGB

 RED value IS 211 (82.81% from 255) = 34.53%

 GREEN value IS 165 (64.84% from 255) = 27%

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

R = 34.53%
G = 27%
B = 38.46%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D3A5EB (or 0xD3A5EB) is known color: Wisteria. HEX triplet: D3, A5 and EB. RGB value is (211,165,235). Sum of RGB (Red+Green+Blue) = 211+165+235=611 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.53% from 611); Green value is 165 (64.84% from 255 or 27.00% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #D3A5EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A5EB is #2C5A14. Grayscale: #BABABA. Windows color (decimal): -2906645 or 15443411. OLE color: 15443411.

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

Color convert

RGB 211 165 235 -
CMYK 0.10 0.30 0 0.08
HSL 279.43º 0.64% 0.78% -
HSV(B) 279.43º 0.3% 0.92% -
XYZ 55.31 46.76 84.71 -
YUV 186.73 155.24 145.31 -
System Red Green Blue C M Y K H S L
Decimal 211 165 235 0.10 0.30 0 0.08 279.43 0.64 0.78
Hex D3 A5 EB A 1E 0 8 117 40 4E
Octal 323 245 353 12 36 0 10 427 100 116
Binary 11010011 10100101 11101011 1010 11110 0 1000 100010111 1000000 1001110

Color Harmonies of #D3A5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A5EB

Black with #D3A5EB

Text Example


Text Example

White with #D3A5EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A5EB; }

 p { color: rgb(211,165,235); }

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

background-color css

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

 a { background-color: rgb(211,165,235); }

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

border-color css

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

 span { border-color: rgb(211,165,235); }

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