#D08FF7

Color #D08FF7 Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #D08FF7

Tints of Wisteria #D08FF7

Color information

#D08FF7 (or 0xD08FF7) is unknown color: approx Wisteria. HEX triplet: D0, 8F and F7. RGB value is (208,143,247). Sum of RGB (Red+Green+Blue) = 208+143+247=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 143 (56.25% from 255 or 23.91% from 598); Blue value is 247 (96.88% from 255 or 41.30% from 598); Max value from RGB is 247 - color contains mainly: blue. Hex color #D08FF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08FF7 is #2F7008. Grayscale: #ADADAD. Windows color (decimal): -3108873 or 16224208. OLE color: 16224208.

HSL color Cylindrical-coordinate representation of color #D08FF7: hue angle of 277.5º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D08FF7 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB208143247-
CMYK0.160.4200.03
HSL277.5º86.67%76.47%-
HSV(B)277.5º42.11%96.86%-
XYZ52.6239.7792.9-
YUV174.29169.03152.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.78%
GREEN value IS 143 (56.25% from 255) = 23.91%
BLUE value IS 247 (96.88% from 255) = 41.30%
R=34.78%
G=23.91%
B=41.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2081432470.160.4200.03277.586.6776.47
HexD08FF7102A03116574c
Octal320217367205203426127114
Binary1101000010001111111101111000010101001110001011010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08FF7; }

 p { color: rgb(208,143,247); }

 H1.HeaderClassName
 {
   color: #D08FF7;
 }
 .AnyTagClassName
 {
   color: #D08FF7;
 }
</style>
background-color css

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

 a { background-color: rgb(208,143,247); }

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

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

 span { border-color: rgb(208,143,247); }

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