Html Css Color HEX #D1A6EB Wisteria

📋 copy color: '#D1A6EB'

red 209 ◦ green 166 ◦ blue 235

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

Shades of Wisteria #D1A6EB

Tints of Wisteria #D1A6EB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.21%

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

R = 34.26%
G = 27.21%
B = 38.52%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D1A6EB (or 0xD1A6EB) is known color: Wisteria. HEX triplet: D1, A6 and EB. RGB value is (209,166,235). Sum of RGB (Red+Green+Blue) = 209+166+235=610 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.26% from 610); Green value is 166 (65.23% from 255 or 27.21% from 610); Blue value is 235 (92.19% from 255 or 38.52% from 610); Max value from RGB is 235 - color contains mainly: blue. Hex color #D1A6EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A6EB is #2E5914. Grayscale: #BABABA. Windows color (decimal): -3037461 or 15443665. OLE color: 15443665.

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

Color convert

RGB 209 166 235 -
CMYK 0.11 0.29 0 0.08
HSL 277.39º 0.63% 0.79% -
HSV(B) 277.39º 0.29% 0.92% -
XYZ 54.93 46.83 84.74 -
YUV 186.72 155.25 143.89 -
System Red Green Blue C M Y K H S L
Decimal 209 166 235 0.11 0.29 0 0.08 277.39 0.63 0.79
Hex D1 A6 EB B 1D 0 8 115 3F 4F
Octal 321 246 353 13 35 0 10 425 77 117
Binary 11010001 10100110 11101011 1011 11101 0 1000 100010101 111111 1001111

Color Harmonies of #D1A6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A6EB

Black with #D1A6EB

Text Example


Text Example

White with #D1A6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A6EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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