#D877C0

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

Shades of Orchid #D877C0

Tints of Orchid #D877C0

Color information

#D877C0 (or 0xD877C0) is unknown color: approx Orchid. HEX triplet: D8, 77 and C0. RGB value is (216,119,192). Sum of RGB (Red+Green+Blue) = 216+119+192=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 119 (46.88% from 255 or 22.58% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D877C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D877C0 is #27883F. Grayscale: #9C9C9C. Windows color (decimal): -2590784 or 12613592. OLE color: 12613592.

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

Color convert

RGB216119192-
CMYK00.450.110.15
HSL314.85º55.43%65.69%-
HSV(B)314.85º44.91%84.71%-
XYZ44.4331.653.63-
YUV156.33148.14170.56-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.99%
GREEN value IS 119 (46.88% from 255) = 22.58%
BLUE value IS 192 (75.39% from 255) = 36.43%
R=40.99%
G=22.58%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611919200.450.110.15314.8555.4365.69
HexD877C002DBF13b3742
Octal330167300055131747367102
Binary110110001110111110000000101101101111111001110111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D877C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D877C0; }

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

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

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

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

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

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

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

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