#D577B9

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

Shades of Orchid #D577B9

Tints of Orchid #D577B9

Color information

#D577B9 (or 0xD577B9) is unknown color: approx Orchid. HEX triplet: D5, 77 and B9. RGB value is (213,119,185). Sum of RGB (Red+Green+Blue) = 213+119+185=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 185 (72.66% from 255 or 35.78% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D577B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D577B9 is #2A8846. Grayscale: #9A9A9A. Windows color (decimal): -2787399 or 12154837. OLE color: 12154837.

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

Color convert

RGB213119185-
CMYK00.440.130.16
HSL317.87º52.81%65.1%-
HSV(B)317.87º44.13%83.53%-
XYZ42.7930.8449.6-
YUV154.63145.14169.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.20%
GREEN value IS 119 (46.88% from 255) = 23.02%
BLUE value IS 185 (72.66% from 255) = 35.78%
R=41.20%
G=23.02%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311918500.440.130.16317.8752.8165.1
HexD577B902CD1013e3541
Octal325167271054152047665101
Binary1101010111101111011100101011001101100001001111101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D577B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D577B9; }

 p { color: rgb(213,119,185); }

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

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

 a { background-color: rgb(213,119,185); }

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

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

 span { border-color: rgb(213,119,185); }

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