#D77BC6

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

Shades of Orchid #D77BC6

Tints of Orchid #D77BC6

Color information

#D77BC6 (or 0xD77BC6) is unknown color: approx Orchid. HEX triplet: D7, 7B and C6. RGB value is (215,123,198). Sum of RGB (Red+Green+Blue) = 215+123+198=536 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.11% from 536); Green value is 123 (48.44% from 255 or 22.95% from 536); Blue value is 198 (77.73% from 255 or 36.94% from 536); Max value from RGB is 215 - color contains mainly: red. Hex color #D77BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77BC6 is #288439. Grayscale: #9E9E9E. Windows color (decimal): -2655290 or 13007831. OLE color: 13007831.

HSL color Cylindrical-coordinate representation of color #D77BC6: hue angle of 311.09º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D77BC6 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB215123198-
CMYK00.430.080.16
HSL311.09º53.49%66.27%-
HSV(B)311.09º42.79%84.31%-
XYZ45.332.6957.35-
YUV159.06149.98167.9-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.11%
GREEN value IS 123 (48.44% from 255) = 22.95%
BLUE value IS 198 (77.73% from 255) = 36.94%
R=40.11%
G=22.95%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512319800.430.080.16311.0953.4966.27
HexD77BC602B8101373542
Octal327173306053102046765102
Binary1101011111110111100011001010111000100001001101111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77BC6; }

 p { color: rgb(215,123,198); }

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

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

 a { background-color: rgb(215,123,198); }

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

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

 span { border-color: rgb(215,123,198); }

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