Html Css Color HEX #D0A6DD Wisteria

📋 copy color: '#D0A6DD'

red 208 ◦ green 166 ◦ blue 221

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

Shades of Wisteria #D0A6DD

Tints of Wisteria #D0A6DD

RGB

 RED value IS 208 (81.64% from 255) = 34.96%

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

 BLUE value IS 221 (86.72% from 255) = 37.14%

R = 34.96%
G = 27.9%
B = 37.14%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D0A6DD (or 0xD0A6DD) is known color: Wisteria. HEX triplet: D0, A6 and DD. RGB value is (208,166,221). Sum of RGB (Red+Green+Blue) = 208+166+221=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 166 (65.23% from 255 or 27.90% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #D0A6DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A6DD is #2F5922. Grayscale: #B8B8B8. Windows color (decimal): -3103011 or 14526160. OLE color: 14526160.

HSL color Cylindrical-coordinate representation of color #D0A6DD: hue angle of 285.82º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0A6DD is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 166 221 -
CMYK 0.06 0.25 0 0.13
HSL 285.82º 0.45% 0.76% -
HSV(B) 285.82º 0.25% 0.87% -
XYZ 52.7 45.9 74.49 -
YUV 184.83 148.41 144.53 -
System Red Green Blue C M Y K H S L
Decimal 208 166 221 0.06 0.25 0 0.13 285.82 0.45 0.76
Hex D0 A6 DD 6 19 0 D 11E 2D 4C
Octal 320 246 335 6 31 0 15 436 55 114
Binary 11010000 10100110 11011101 110 11001 0 1101 100011110 101101 1001100

Color Harmonies of #D0A6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A6DD

Black with #D0A6DD

Text Example


Text Example

White with #D0A6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A6DD; }

 p { color: rgb(208,166,221); }

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

background-color css

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

 a { background-color: rgb(208,166,221); }

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

border-color css

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

 span { border-color: rgb(208,166,221); }

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