#D873DE

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

Shades of Orchid #D873DE

Tints of Orchid #D873DE

Color information

#D873DE (or 0xD873DE) is unknown color: approx Orchid. HEX triplet: D8, 73 and DE. RGB value is (216,115,222). Sum of RGB (Red+Green+Blue) = 216+115+222=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 115 (45.31% from 255 or 20.80% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: blue. Hex color #D873DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D873DE is #278C21. Grayscale: #9D9D9D. Windows color (decimal): -2591778 or 14578648. OLE color: 14578648.

HSL color Cylindrical-coordinate representation of color #D873DE: hue angle of 296.64º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D873DE is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216115222-
CMYK0.030.4800.13
HSL296.64º61.85%66.08%-
HSV(B)296.64º48.2%87.06%-
XYZ47.6332.1372.8-
YUV157.4164.46169.8-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.06%
GREEN value IS 115 (45.31% from 255) = 20.80%
BLUE value IS 222 (87.11% from 255) = 40.14%
R=39.06%
G=20.80%
B=40.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161152220.030.4800.13296.6461.8566.08
HexD873DE3300D1293e42
Octal33016333636001545176102
Binary1101100011100111101111011110000011011001010011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D873DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D873DE; }

 p { color: rgb(216,115,222); }

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

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

 a { background-color: rgb(216,115,222); }

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

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

 span { border-color: rgb(216,115,222); }

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