#D877CF

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

Shades of Orchid #D877CF

Tints of Orchid #D877CF

Color information

#D877CF (or 0xD877CF) is unknown color: approx Orchid. HEX triplet: D8, 77 and CF. RGB value is (216,119,207). Sum of RGB (Red+Green+Blue) = 216+119+207=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D877CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D877CF is #278830. Grayscale: #9D9D9D. Windows color (decimal): -2590769 or 13596632. OLE color: 13596632.

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

Color convert

RGB216119207-
CMYK00.450.040.15
HSL305.57º55.43%65.69%-
HSV(B)305.57º44.91%84.71%-
XYZ46.1832.362.83-
YUV158.04155.64169.34-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.85%
GREEN value IS 119 (46.88% from 255) = 21.96%
BLUE value IS 207 (81.25% from 255) = 38.19%
R=39.85%
G=21.96%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611920700.450.040.15305.5755.4365.69
HexD877CF02D4F1323742
Octal33016731705541746267102
Binary11011000111011111001111010110110011111001100101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D877CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D877CF; }

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

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

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

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

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

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

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

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