#D877E4

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

Shades of Orchid #D877E4

Tints of Orchid #D877E4

Color information

#D877E4 (or 0xD877E4) is unknown color: approx Orchid. HEX triplet: D8, 77 and E4. RGB value is (216,119,228). Sum of RGB (Red+Green+Blue) = 216+119+228=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 119 (46.88% from 255 or 21.14% from 563); Blue value is 228 (89.45% from 255 or 40.50% from 563); Max value from RGB is 228 - color contains mainly: blue. Hex color #D877E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D877E4 is #27881B. Grayscale: #A0A0A0. Windows color (decimal): -2590748 or 14972888. OLE color: 14972888.

HSL color Cylindrical-coordinate representation of color #D877E4: hue angle of 293.39º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D877E4 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB216119228-
CMYK0.050.4800.11
HSL293.39º66.87%68.04%-
HSV(B)293.39º47.81%89.41%-
XYZ48.9233.3977.27-
YUV160.43166.14167.64-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.37%
GREEN value IS 119 (46.88% from 255) = 21.14%
BLUE value IS 228 (89.45% from 255) = 40.50%
R=38.37%
G=21.14%
B=40.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2161192280.050.4800.11293.3966.8768.04
HexD877E45300B1254344
Octal330167344560013445103104
Binary110110001110111111001001011100000101110010010110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D877E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D877E4; }

 p { color: rgb(216,119,228); }

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

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

 a { background-color: rgb(216,119,228); }

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

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

 span { border-color: rgb(216,119,228); }

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