#D872BE

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

Shades of Orchid #D872BE

Tints of Orchid #D872BE

Color information

#D872BE (or 0xD872BE) is unknown color: approx Orchid. HEX triplet: D8, 72 and BE. RGB value is (216,114,190). Sum of RGB (Red+Green+Blue) = 216+114+190=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 114 (44.92% from 255 or 21.92% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D872BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D872BE is #278D41. Grayscale: #989898. Windows color (decimal): -2592066 or 12481240. OLE color: 12481240.

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

Color convert

RGB216114190-
CMYK00.470.120.15
HSL315.29º56.67%64.71%-
HSV(B)315.29º47.22%84.71%-
XYZ43.6330.3552.27-
YUV153.16148.79172.82-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.54%
GREEN value IS 114 (44.92% from 255) = 21.92%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=41.54%
G=21.92%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611419000.470.120.15315.2956.6764.71
HexD872BE02FCF13b3941
Octal330162276057141747371101
Binary110110001110010101111100101111110011111001110111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D872BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D872BE; }

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

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

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

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

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

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

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

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