#D874DF

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

Shades of Orchid #D874DF

Tints of Orchid #D874DF

Color information

#D874DF (or 0xD874DF) is unknown color: approx Orchid. HEX triplet: D8, 74 and DF. RGB value is (216,116,223). Sum of RGB (Red+Green+Blue) = 216+116+223=555 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.92% from 555); Green value is 116 (45.70% from 255 or 20.90% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #D874DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D874DF is #278B20. Grayscale: #9D9D9D. Windows color (decimal): -2591521 or 14644440. OLE color: 14644440.

HSL color Cylindrical-coordinate representation of color #D874DF: hue angle of 296.07º degrees, saturation: 0.63, 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 #D874DF is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216116223-
CMYK0.030.4800.13
HSL296.07º62.57%66.47%-
HSV(B)296.07º47.98%87.45%-
XYZ47.8832.4273.55-
YUV158.1164.63169.3-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.92%
GREEN value IS 116 (45.70% from 255) = 20.90%
BLUE value IS 223 (87.5% from 255) = 40.18%
R=38.92%
G=20.90%
B=40.18%

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
Decimal2161162230.030.4800.13296.0762.5766.47
HexD874DF3300D1283f42
Octal33016433736001545077102
Binary1101100011101001101111111110000011011001010001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D874DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D874DF; }

 p { color: rgb(216,116,223); }

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

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

 a { background-color: rgb(216,116,223); }

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

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

 span { border-color: rgb(216,116,223); }

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