#D872C0

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

Shades of Orchid #D872C0

Tints of Orchid #D872C0

Color information

#D872C0 (or 0xD872C0) is unknown color: approx Orchid. HEX triplet: D8, 72 and C0. RGB value is (216,114,192). Sum of RGB (Red+Green+Blue) = 216+114+192=522 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.38% from 522); Green value is 114 (44.92% from 255 or 21.84% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 216 - color contains mainly: red. Hex color #D872C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D872C0 is #278D3F. Grayscale: #999999. Windows color (decimal): -2592064 or 12612312. OLE color: 12612312.

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

Color convert

RGB216114192-
CMYK00.470.110.15
HSL314.12º56.67%64.71%-
HSV(B)314.12º47.22%84.71%-
XYZ43.8530.4453.43-
YUV153.39149.79172.66-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.38%
GREEN value IS 114 (44.92% from 255) = 21.84%
BLUE value IS 192 (75.39% from 255) = 36.78%
R=41.38%
G=21.84%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611419200.470.110.15314.1256.6764.71
HexD872C002FBF13a3941
Octal330162300057131747271101
Binary110110001110010110000000101111101111111001110101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D872C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D872C0; }

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

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

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

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

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

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

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

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