#D08FF5

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

Shades of Wisteria #D08FF5

Tints of Wisteria #D08FF5

Color information

#D08FF5 (or 0xD08FF5) is unknown color: approx Wisteria. HEX triplet: D0, 8F and F5. RGB value is (208,143,245). Sum of RGB (Red+Green+Blue) = 208+143+245=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 143 (56.25% from 255 or 23.99% from 596); Blue value is 245 (96.09% from 255 or 41.11% from 596); Max value from RGB is 245 - color contains mainly: blue. Hex color #D08FF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08FF5 is #2F700A. Grayscale: #ADADAD. Windows color (decimal): -3108875 or 16093136. OLE color: 16093136.

HSL color Cylindrical-coordinate representation of color #D08FF5: hue angle of 278.24º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D08FF5 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB208143245-
CMYK0.150.4200.04
HSL278.24º83.61%76.08%-
HSV(B)278.24º41.63%96.08%-
XYZ52.3239.6591.28-
YUV174.06168.03152.21-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.90%
GREEN value IS 143 (56.25% from 255) = 23.99%
BLUE value IS 245 (96.09% from 255) = 41.11%
R=34.90%
G=23.99%
B=41.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2081432450.150.4200.04278.2483.6176.08
HexD08FF5F2A04116544c
Octal320217365175204426124114
Binary1101000010001111111101011111101010010010001011010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08FF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08FF5; }

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

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

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

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

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

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

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

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