#D08CDF

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

Shades of Wisteria #D08CDF

Tints of Wisteria #D08CDF

Color information

#D08CDF (or 0xD08CDF) is unknown color: approx Wisteria. HEX triplet: D0, 8C and DF. RGB value is (208,140,223). Sum of RGB (Red+Green+Blue) = 208+140+223=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 140 (55.08% from 255 or 24.52% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #D08CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08CDF is #2F7320. Grayscale: #A9A9A9. Windows color (decimal): -3109665 or 14650576. OLE color: 14650576.

HSL color Cylindrical-coordinate representation of color #D08CDF: hue angle of 289.16º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D08CDF is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208140223-
CMYK0.070.3700.13
HSL289.16º56.46%71.18%-
HSV(B)289.16º37.22%87.45%-
XYZ48.7137.4974.48-
YUV169.79158.03155.25-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.43%
GREEN value IS 140 (55.08% from 255) = 24.52%
BLUE value IS 223 (87.5% from 255) = 39.05%
R=36.43%
G=24.52%
B=39.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081402230.070.3700.13289.1656.4671.18
HexD08CDF7250D1213847
Octal32021433774501544170107
Binary110100001000110011011111111100101011011001000011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08CDF; }

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

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

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

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

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

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

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

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