Html Css Color HEX #D0A6DC Wisteria

📋 copy color: '#D0A6DC'

red 208 ◦ green 166 ◦ blue 220

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

Shades of Wisteria #D0A6DC

Tints of Wisteria #D0A6DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.04%

R = 35.02%
G = 27.95%
B = 37.04%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D0A6DC (or 0xD0A6DC) is known color: Wisteria. HEX triplet: D0, A6 and DC. RGB value is (208,166,220). Sum of RGB (Red+Green+Blue) = 208+166+220=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 166 (65.23% from 255 or 27.95% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 220 - color contains mainly: blue. Hex color #D0A6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A6DC is #2F5923. Grayscale: #B8B8B8. Windows color (decimal): -3103012 or 14460624. OLE color: 14460624.

HSL color Cylindrical-coordinate representation of color #D0A6DC: hue angle of 286.67º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0A6DC is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 166 220 -
CMYK 0.05 0.25 0 0.14
HSL 286.67º 0.44% 0.76% -
HSV(B) 286.67º 0.25% 0.86% -
XYZ 52.57 45.85 73.79 -
YUV 184.71 147.91 144.61 -
System Red Green Blue C M Y K H S L
Decimal 208 166 220 0.05 0.25 0 0.14 286.67 0.44 0.76
Hex D0 A6 DC 5 19 0 E 11F 2C 4C
Octal 320 246 334 5 31 0 16 437 54 114
Binary 11010000 10100110 11011100 101 11001 0 1110 100011111 101100 1001100

Color Harmonies of #D0A6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A6DC

Black with #D0A6DC

Text Example


Text Example

White with #D0A6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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