#d87bcf

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

Shades of Orchid #D87BCF

Tints of Orchid #D87BCF

Color information

#D87BCF (or 0xD87BCF) is unknown color: approx Orchid. HEX triplet: D8, 7B and CF. RGB value is (216,123,207). Sum of RGB (Red+Green+Blue) = 216+123+207=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 123 (48.44% from 255 or 22.53% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 216 - color contains mainly: red. Hex color #D87BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87BCF is #278430. Grayscale: #A0A0A0. Windows color (decimal): -2589745 or 13597656. OLE color: 13597656.

HSL color Cylindrical-coordinate representation of color #D87BCF: hue angle of 305.81º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D87BCF is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB216123207-
CMYK00.430.040.15
HSL305.81º54.39%66.47%-
HSV(B)305.81º43.06%84.71%-
XYZ46.6633.2762.99-
YUV160.38154.31167.67-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.56%
GREEN value IS 123 (48.44% from 255) = 22.53%
BLUE value IS 207 (81.25% from 255) = 37.91%
R=39.56%
G=22.53%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612320700.430.040.15305.8154.3966.47
HexD87BCF02B4F1323642
Octal33017331705341746266102
Binary11011000111101111001111010101110011111001100101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d87bcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d87bcf; }

 p { color: rgb(216,123,207); }

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

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

 a { background-color: rgb(216,123,207); }

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

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

 span { border-color: rgb(216,123,207); }

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