#D87FC4

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

Shades of Orchid #D87FC4

Tints of Orchid #D87FC4

Color information

#D87FC4 (or 0xD87FC4) is unknown color: approx Orchid. HEX triplet: D8, 7F and C4. RGB value is (216,127,196). Sum of RGB (Red+Green+Blue) = 216+127+196=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 196 (76.95% from 255 or 36.36% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D87FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87FC4 is #27803B. Grayscale: #A1A1A1. Windows color (decimal): -2588732 or 12877784. OLE color: 12877784.

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

Color convert

RGB216127196-
CMYK00.410.090.15
HSL313.48º53.29%67.25%-
HSV(B)313.48º41.2%84.71%-
XYZ45.8733.7656.32-
YUV161.48147.49166.89-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.07%
GREEN value IS 127 (50% from 255) = 23.56%
BLUE value IS 196 (76.95% from 255) = 36.36%
R=40.07%
G=23.56%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612719600.410.090.15313.4853.2967.25
HexD87FC40299F1393543
Octal330177304051111747165103
Binary110110001111111110001000101001100111111001110011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87FC4; }

 p { color: rgb(216,127,196); }

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

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

 a { background-color: rgb(216,127,196); }

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

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

 span { border-color: rgb(216,127,196); }

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