#D573B7

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

Shades of Orchid #D573B7

Tints of Orchid #D573B7

Color information

#D573B7 (or 0xD573B7) is unknown color: approx Orchid. HEX triplet: D5, 73 and B7. RGB value is (213,115,183). Sum of RGB (Red+Green+Blue) = 213+115+183=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 183 (71.88% from 255 or 35.81% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D573B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D573B7 is #2A8C48. Grayscale: #979797. Windows color (decimal): -2788425 or 12022741. OLE color: 12022741.

HSL color Cylindrical-coordinate representation of color #D573B7: hue angle of 318.37º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D573B7 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB213115183-
CMYK00.460.140.16
HSL318.37º53.85%64.31%-
HSV(B)318.37º46.01%83.53%-
XYZ42.1229.8348.34-
YUV152.05145.47171.47-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.68%
GREEN value IS 115 (45.31% from 255) = 22.50%
BLUE value IS 183 (71.88% from 255) = 35.81%
R=41.68%
G=22.50%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311518300.460.140.16318.3753.8564.31
HexD573B702EE1013e3640
Octal325163267056162047666100
Binary1101010111100111011011101011101110100001001111101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D573B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D573B7; }

 p { color: rgb(213,115,183); }

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

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

 a { background-color: rgb(213,115,183); }

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

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

 span { border-color: rgb(213,115,183); }

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