#D1A5EB

Color #D1A5EB Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #D1A5EB

Tints of Wisteria #D1A5EB

Color information

#D1A5EB (or 0xD1A5EB) is unknown color: approx Wisteria. HEX triplet: D1, A5 and EB. RGB value is (209,165,235). Sum of RGB (Red+Green+Blue) = 209+165+235=609 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.32% from 609); Green value is 165 (64.84% from 255 or 27.09% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #D1A5EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A5EB is #2E5A14. Grayscale: #B9B9B9. Windows color (decimal): -3037717 or 15443409. OLE color: 15443409.

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

Color convert

RGB209165235-
CMYK0.110.3000.08
HSL277.71º63.64%78.43%-
HSV(B)277.71º29.79%92.16%-
XYZ54.7546.4684.68-
YUV186.14155.58144.31-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.32%
GREEN value IS 165 (64.84% from 255) = 27.09%
BLUE value IS 235 (92.19% from 255) = 38.59%
R=34.32%
G=27.09%
B=38.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2091652350.110.3000.08277.7163.6478.43
HexD1A5EBB1E08116404e
Octal3212453531336010426100116
Binary1101000110100101111010111011111100100010001011010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A5EB; }

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

 H1.HeaderClassName
 {
   color: #D1A5EB;
 }
 .AnyTagClassName
 {
   color: #D1A5EB;
 }
</style>
background-color css

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

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

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

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

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

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