#D577DD

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

Shades of Orchid #D577DD

Tints of Orchid #D577DD

Color information

#D577DD (or 0xD577DD) is unknown color: approx Orchid. HEX triplet: D5, 77 and DD. RGB value is (213,119,221). Sum of RGB (Red+Green+Blue) = 213+119+221=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 119 (46.88% from 255 or 21.52% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #D577DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D577DD is #2A8822. Grayscale: #9E9E9E. Windows color (decimal): -2787363 or 14514133. OLE color: 14514133.

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

Color convert

RGB213119221-
CMYK0.040.4600.13
HSL295.29º60%66.67%-
HSV(B)295.29º46.15%86.67%-
XYZ47.0932.5672.21-
YUV158.73163.14166.71-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.52%
GREEN value IS 119 (46.88% from 255) = 21.52%
BLUE value IS 221 (86.72% from 255) = 39.96%
R=38.52%
G=21.52%
B=39.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131192210.040.4600.13295.296066.67
HexD577DD42E0D1273c43
Octal32516733545601544774103
Binary11010101111011111011101100101110011011001001111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D577DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D577DD; }

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

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

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

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

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

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

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

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