#D277B6

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

Shades of Orchid #D277B6

Tints of Orchid #D277B6

Color information

#D277B6 (or 0xD277B6) is unknown color: approx Orchid. HEX triplet: D2, 77 and B6. RGB value is (210,119,182). Sum of RGB (Red+Green+Blue) = 210+119+182=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D277B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D277B6 is #2D8849. Grayscale: #999999. Windows color (decimal): -2984010 or 11958226. OLE color: 11958226.

HSL color Cylindrical-coordinate representation of color #D277B6: hue angle of 318.46º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D277B6 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB210119182-
CMYK00.430.130.18
HSL318.46º50.28%64.51%-
HSV(B)318.46º43.33%82.35%-
XYZ41.6230.2747.91-
YUV153.39144.15168.38-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.10%
GREEN value IS 119 (46.88% from 255) = 23.29%
BLUE value IS 182 (71.48% from 255) = 35.62%
R=41.10%
G=23.29%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011918200.430.130.18318.4650.2864.51
HexD277B602BD1213e3241
Octal322167266053152247662101
Binary1101001011101111011011001010111101100101001111101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D277B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D277B6; }

 p { color: rgb(210,119,182); }

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

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

 a { background-color: rgb(210,119,182); }

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

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

 span { border-color: rgb(210,119,182); }

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