#D873D3

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

Shades of Orchid #D873D3

Tints of Orchid #D873D3

Color information

#D873D3 (or 0xD873D3) is unknown color: approx Orchid. HEX triplet: D8, 73 and D3. RGB value is (216,115,211). Sum of RGB (Red+Green+Blue) = 216+115+211=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 115 (45.31% from 255 or 21.22% from 542); Blue value is 211 (82.81% from 255 or 38.93% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D873D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D873D3 is #278C2C. Grayscale: #9B9B9B. Windows color (decimal): -2591789 or 13857752. OLE color: 13857752.

HSL color Cylindrical-coordinate representation of color #D873D3: hue angle of 302.97º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D873D3 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB216115211-
CMYK00.470.020.15
HSL302.97º56.42%64.9%-
HSV(B)302.97º46.76%84.71%-
XYZ46.2131.5665.28-
YUV156.14158.96170.69-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.85%
GREEN value IS 115 (45.31% from 255) = 21.22%
BLUE value IS 211 (82.81% from 255) = 38.93%
R=39.85%
G=21.22%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611521100.470.020.15302.9756.4264.9
HexD873D302F2F12f3841
Octal33016332305721745770101
Binary1101100011100111101001101011111011111001011111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D873D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D873D3; }

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

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

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

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

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

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

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

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