#D087E6

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

Shades of Wisteria #D087E6

Tints of Wisteria #D087E6

Color information

#D087E6 (or 0xD087E6) is unknown color: approx Wisteria. HEX triplet: D0, 87 and E6. RGB value is (208,135,230). Sum of RGB (Red+Green+Blue) = 208+135+230=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 135 (53.12% from 255 or 23.56% from 573); Blue value is 230 (90.23% from 255 or 40.14% from 573); Max value from RGB is 230 - color contains mainly: blue. Hex color #D087E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D087E6 is #2F7819. Grayscale: #A7A7A7. Windows color (decimal): -3110938 or 15108048. OLE color: 15108048.

HSL color Cylindrical-coordinate representation of color #D087E6: hue angle of 286.11º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D087E6 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB208135230-
CMYK0.100.4100.10
HSL286.11º65.52%71.57%-
HSV(B)286.11º41.3%90.2%-
XYZ48.9636.4579.32-
YUV167.66163.18156.78-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.30%
GREEN value IS 135 (53.12% from 255) = 23.56%
BLUE value IS 230 (90.23% from 255) = 40.14%
R=36.30%
G=23.56%
B=40.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2081352300.100.4100.10286.1165.5271.57
HexD087E6A290A11e4248
Octal3202073461251012436102110
Binary11010000100001111110011010101010010101010001111010000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D087E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D087E6; }

 p { color: rgb(208,135,230); }

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

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

 a { background-color: rgb(208,135,230); }

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

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

 span { border-color: rgb(208,135,230); }

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