#D87CC3

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

Shades of Orchid #D87CC3

Tints of Orchid #D87CC3

Color information

#D87CC3 (or 0xD87CC3) is unknown color: approx Orchid. HEX triplet: D8, 7C and C3. RGB value is (216,124,195). Sum of RGB (Red+Green+Blue) = 216+124+195=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 124 (48.83% from 255 or 23.18% from 535); Blue value is 195 (76.56% from 255 or 36.45% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D87CC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87CC3 is #27833C. Grayscale: #9F9F9F. Windows color (decimal): -2589501 or 12811480. OLE color: 12811480.

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

Color convert

RGB216124195-
CMYK00.430.100.15
HSL313.7º54.12%66.67%-
HSV(B)313.7º42.59%84.71%-
XYZ45.3832.9555.6-
YUV159.6147.98168.23-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.37%
GREEN value IS 124 (48.83% from 255) = 23.18%
BLUE value IS 195 (76.56% from 255) = 36.45%
R=40.37%
G=23.18%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612419500.430.100.15313.754.1266.67
HexD87CC302BAF13a3643
Octal330174303053121747266103
Binary110110001111100110000110101011101011111001110101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87CC3; }

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

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

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

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

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

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

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

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