#D873D2

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

Shades of Orchid #D873D2

Tints of Orchid #D873D2

Color information

#D873D2 (or 0xD873D2) is unknown color: approx Orchid. HEX triplet: D8, 73 and D2. RGB value is (216,115,210). Sum of RGB (Red+Green+Blue) = 216+115+210=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 115 (45.31% from 255 or 21.26% from 541); Blue value is 210 (82.42% from 255 or 38.82% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D873D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D873D2 is #278C2D. Grayscale: #9B9B9B. Windows color (decimal): -2591790 or 13792216. OLE color: 13792216.

HSL color Cylindrical-coordinate representation of color #D873D2: hue angle of 303.56º 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 #D873D2 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB216115210-
CMYK00.470.030.15
HSL303.56º56.42%64.9%-
HSV(B)303.56º46.76%84.71%-
XYZ46.0831.5164.63-
YUV156.03158.46170.78-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.93%
GREEN value IS 115 (45.31% from 255) = 21.26%
BLUE value IS 210 (82.42% from 255) = 38.82%
R=39.93%
G=21.26%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611521000.470.030.15303.5656.4264.9
HexD873D202F3F1303841
Octal33016332205731746070101
Binary1101100011100111101001001011111111111001100001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D873D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D873D2; }

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

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

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

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

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

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

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

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