#D877E0

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

Shades of Orchid #D877E0

Tints of Orchid #D877E0

Color information

#D877E0 (or 0xD877E0) is unknown color: approx Orchid. HEX triplet: D8, 77 and E0. RGB value is (216,119,224). Sum of RGB (Red+Green+Blue) = 216+119+224=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 119 (46.88% from 255 or 21.29% from 559); Blue value is 224 (87.89% from 255 or 40.07% from 559); Max value from RGB is 224 - color contains mainly: blue. Hex color #D877E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D877E0 is #27881F. Grayscale: #9F9F9F. Windows color (decimal): -2590752 or 14710744. OLE color: 14710744.

HSL color Cylindrical-coordinate representation of color #D877E0: hue angle of 295.43º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D877E0 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB216119224-
CMYK0.040.4700.12
HSL295.43º62.87%67.25%-
HSV(B)295.43º46.88%87.84%-
XYZ48.3733.1774.37-
YUV159.97164.14167.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.64%
GREEN value IS 119 (46.88% from 255) = 21.29%
BLUE value IS 224 (87.89% from 255) = 40.07%
R=38.64%
G=21.29%
B=40.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2161192240.040.4700.12295.4362.8767.25
HexD877E042F0C1273f43
Octal33016734045701444777103
Binary11011000111011111100000100101111011001001001111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D877E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D877E0; }

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

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

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

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

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

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

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

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