#D577DF

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

Shades of Orchid #D577DF

Tints of Orchid #D577DF

Color information

#D577DF (or 0xD577DF) is unknown color: approx Orchid. HEX triplet: D5, 77 and DF. RGB value is (213,119,223). Sum of RGB (Red+Green+Blue) = 213+119+223=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 119 (46.88% from 255 or 21.44% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #D577DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D577DF is #2A8820. Grayscale: #9E9E9E. Windows color (decimal): -2787361 or 14645205. OLE color: 14645205.

HSL color Cylindrical-coordinate representation of color #D577DF: hue angle of 294.23º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D577DF is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB213119223-
CMYK0.040.4700.13
HSL294.23º61.9%67.06%-
HSV(B)294.23º46.64%87.45%-
XYZ47.3632.6773.62-
YUV158.96164.14166.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.38%
GREEN value IS 119 (46.88% from 255) = 21.44%
BLUE value IS 223 (87.5% from 255) = 40.18%
R=38.38%
G=21.44%
B=40.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131192230.040.4700.13294.2361.967.06
HexD577DF42F0D1263e43
Octal32516733745701544676103
Binary11010101111011111011111100101111011011001001101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D577DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D577DF; }

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

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

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

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

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

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

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

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