Html Css Color HEX #D1A0EB Wisteria

📋 copy color: '#D1A0EB'

red 209 ◦ green 160 ◦ blue 235

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

Shades of Wisteria #D1A0EB

Tints of Wisteria #D1A0EB

RGB

 RED value IS 209 (82.03% from 255) = 34.6%

 GREEN value IS 160 (62.89% from 255) = 26.49%

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

R = 34.6%
G = 26.49%
B = 38.91%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D1A0EB (or 0xD1A0EB) is known color: Wisteria. HEX triplet: D1, A0 and EB. RGB value is (209,160,235). Sum of RGB (Red+Green+Blue) = 209+160+235=604 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.60% from 604); Green value is 160 (62.89% from 255 or 26.49% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #D1A0EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A0EB is #2E5F14. Grayscale: #B6B6B6. Windows color (decimal): -3038997 or 15442129. OLE color: 15442129.

HSL color Cylindrical-coordinate representation of color #D1A0EB: hue angle of 279.2º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D1A0EB is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 160 235 -
CMYK 0.11 0.32 0 0.08
HSL 279.2º 0.65% 0.77% -
HSV(B) 279.2º 0.32% 0.92% -
XYZ 53.86 44.7 84.39 -
YUV 183.2 157.23 146.4 -
System Red Green Blue C M Y K H S L
Decimal 209 160 235 0.11 0.32 0 0.08 279.2 0.65 0.77
Hex D1 A0 EB B 20 0 8 117 41 4D
Octal 321 240 353 13 40 0 10 427 101 115
Binary 11010001 10100000 11101011 1011 100000 0 1000 100010111 1000001 1001101

Color Harmonies of #D1A0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A0EB

Black with #D1A0EB

Text Example


Text Example

White with #D1A0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A0EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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