#D08FDC

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

Shades of Wisteria #D08FDC

Tints of Wisteria #D08FDC

Color information

#D08FDC (or 0xD08FDC) is unknown color: approx Wisteria. HEX triplet: D0, 8F and DC. RGB value is (208,143,220). Sum of RGB (Red+Green+Blue) = 208+143+220=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 143 (56.25% from 255 or 25.04% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #D08FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08FDC is #2F7023. Grayscale: #AAAAAA. Windows color (decimal): -3108900 or 14454736. OLE color: 14454736.

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

Color convert

RGB208143220-
CMYK0.050.3500.14
HSL290.65º52.38%71.18%-
HSV(B)290.65º35%86.27%-
XYZ48.7538.2272.52-
YUV171.21155.53154.24-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.43%
GREEN value IS 143 (56.25% from 255) = 25.04%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=36.43%
G=25.04%
B=38.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2081432200.050.3500.14290.6552.3871.18
HexD08FDC5230E1233447
Octal32021733454301644364107
Binary110100001000111111011100101100011011101001000111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08FDC; }

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

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

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

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

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

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

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

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