Html Css Color HEX #D0A8DC Wisteria

📋 copy color: '#D0A8DC'

red 208 ◦ green 168 ◦ blue 220

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

Shades of Wisteria #D0A8DC

Tints of Wisteria #D0A8DC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.19%

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

R = 34.9%
G = 28.19%
B = 36.91%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D0A8DC (or 0xD0A8DC) is known color: Wisteria. HEX triplet: D0, A8 and DC. RGB value is (208,168,220). Sum of RGB (Red+Green+Blue) = 208+168+220=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 168 (66.02% from 255 or 28.19% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #D0A8DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A8DC is #2F5723. Grayscale: #B9B9B9. Windows color (decimal): -3102500 or 14461136. OLE color: 14461136.

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

Color convert

RGB 208 168 220 -
CMYK 0.05 0.24 0 0.14
HSL 286.15º 0.43% 0.76% -
HSV(B) 286.15º 0.24% 0.86% -
XYZ 52.93 46.58 73.91 -
YUV 185.89 147.25 143.77 -
System Red Green Blue C M Y K H S L
Decimal 208 168 220 0.05 0.24 0 0.14 286.15 0.43 0.76
Hex D0 A8 DC 5 18 0 E 11E 2B 4C
Octal 320 250 334 5 30 0 16 436 53 114
Binary 11010000 10101000 11011100 101 11000 0 1110 100011110 101011 1001100

Color Harmonies of #D0A8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A8DC

Black with #D0A8DC

Text Example


Text Example

White with #D0A8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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