#D87CC1

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

Shades of Orchid #D87CC1

Tints of Orchid #D87CC1

Color information

#D87CC1 (or 0xD87CC1) is unknown color: approx Orchid. HEX triplet: D8, 7C and C1. RGB value is (216,124,193). Sum of RGB (Red+Green+Blue) = 216+124+193=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 124 (48.83% from 255 or 23.26% from 533); Blue value is 193 (75.78% from 255 or 36.21% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D87CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87CC1 is #27833E. Grayscale: #9F9F9F. Windows color (decimal): -2589503 or 12680408. OLE color: 12680408.

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

Color convert

RGB216124193-
CMYK00.430.110.15
HSL315º54.12%66.67%-
HSV(B)315º42.59%84.71%-
XYZ45.1532.8654.42-
YUV159.37146.98168.39-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.53%
GREEN value IS 124 (48.83% from 255) = 23.26%
BLUE value IS 193 (75.78% from 255) = 36.21%
R=40.53%
G=23.26%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612419300.430.110.1531554.1266.67
HexD87CC102BBF13b3643
Octal330174301053131747366103
Binary110110001111100110000010101011101111111001110111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87CC1; }

 p { color: rgb(216,124,193); }

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

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

 a { background-color: rgb(216,124,193); }

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

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

 span { border-color: rgb(216,124,193); }

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