Html Css Color HEX #D0A4D7 Wisteria

📋 copy color: '#D0A4D7'

red 208 ◦ green 164 ◦ blue 215

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

Shades of Wisteria #D0A4D7

Tints of Wisteria #D0A4D7

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.94%

 BLUE value IS 215 (84.38% from 255) = 36.63%

R = 35.43%
G = 27.94%
B = 36.63%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D0A4D7 (or 0xD0A4D7) is known color: Wisteria. HEX triplet: D0, A4 and D7. RGB value is (208,164,215). Sum of RGB (Red+Green+Blue) = 208+164+215=587 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.43% from 587); Green value is 164 (64.45% from 255 or 27.94% from 587); Blue value is 215 (84.38% from 255 or 36.63% from 587); Max value from RGB is 215 - color contains mainly: blue. Hex color #D0A4D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A4D7 is #2F5B28. Grayscale: #B6B6B6. Windows color (decimal): -3103529 or 14132432. OLE color: 14132432.

HSL color Cylindrical-coordinate representation of color #D0A4D7: hue angle of 291.76º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0A4D7 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 164 215 -
CMYK 0.03 0.24 0 0.16
HSL 291.76º 0.39% 0.74% -
HSV(B) 291.76º 0.24% 0.84% -
XYZ 51.55 44.87 70.23 -
YUV 182.97 146.08 145.85 -
System Red Green Blue C M Y K H S L
Decimal 208 164 215 0.03 0.24 0 0.16 291.76 0.39 0.74
Hex D0 A4 D7 3 18 0 10 124 27 4A
Octal 320 244 327 3 30 0 20 444 47 112
Binary 11010000 10100100 11010111 11 11000 0 10000 100100100 100111 1001010

Color Harmonies of #D0A4D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A4D7

Black with #D0A4D7

Text Example


Text Example

White with #D0A4D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A4D7; }

 p { color: rgb(208,164,215); }

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

background-color css

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

 a { background-color: rgb(208,164,215); }

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

border-color css

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

 span { border-color: rgb(208,164,215); }

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