Html Css Color HEX #D0A7DF Wisteria

📋 copy color: '#D0A7DF'

red 208 ◦ green 167 ◦ blue 223

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

Shades of Wisteria #D0A7DF

Tints of Wisteria #D0A7DF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.93%

 BLUE value IS 223 (87.5% from 255) = 37.29%

R = 34.78%
G = 27.93%
B = 37.29%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D0A7DF (or 0xD0A7DF) is known color: Wisteria. HEX triplet: D0, A7 and DF. RGB value is (208,167,223). Sum of RGB (Red+Green+Blue) = 208+167+223=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 167 (65.62% from 255 or 27.93% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: blue. Hex color #D0A7DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A7DF is #2F5820. Grayscale: #B9B9B9. Windows color (decimal): -3102753 or 14657488. OLE color: 14657488.

HSL color Cylindrical-coordinate representation of color #D0A7DF: hue angle of 283.93º degrees, saturation: 0.47, 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 #D0A7DF is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 167 223 -
CMYK 0.07 0.25 0 0.13
HSL 283.93º 0.47% 0.76% -
HSV(B) 283.93º 0.25% 0.87% -
XYZ 53.15 46.38 75.96 -
YUV 185.64 149.08 143.95 -
System Red Green Blue C M Y K H S L
Decimal 208 167 223 0.07 0.25 0 0.13 283.93 0.47 0.76
Hex D0 A7 DF 7 19 0 D 11C 2F 4C
Octal 320 247 337 7 31 0 15 434 57 114
Binary 11010000 10100111 11011111 111 11001 0 1101 100011100 101111 1001100

Color Harmonies of #D0A7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A7DF

Black with #D0A7DF

Text Example


Text Example

White with #D0A7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A7DF; }

 p { color: rgb(208,167,223); }

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

background-color css

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

 a { background-color: rgb(208,167,223); }

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

border-color css

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

 span { border-color: rgb(208,167,223); }

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