#D872DF

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

Shades of Orchid #D872DF

Tints of Orchid #D872DF

Color information

#D872DF (or 0xD872DF) is unknown color: approx Orchid. HEX triplet: D8, 72 and DF. RGB value is (216,114,223). Sum of RGB (Red+Green+Blue) = 216+114+223=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 114 (44.92% from 255 or 20.61% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #D872DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D872DF is #278D20. Grayscale: #9C9C9C. Windows color (decimal): -2592033 or 14643928. OLE color: 14643928.

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

Color convert

RGB216114223-
CMYK0.030.4900.13
HSL296.15º63.01%66.08%-
HSV(B)296.15º48.88%87.45%-
XYZ47.6631.9673.47-
YUV156.92165.29170.14-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.06%
GREEN value IS 114 (44.92% from 255) = 20.61%
BLUE value IS 223 (87.5% from 255) = 40.33%
R=39.06%
G=20.61%
B=40.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161142230.030.4900.13296.1563.0166.08
HexD872DF3310D1283f42
Octal33016233736101545077102
Binary1101100011100101101111111110001011011001010001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D872DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D872DF; }

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

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

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

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

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

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

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

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