#D577DA

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

Shades of Orchid #D577DA

Tints of Orchid #D577DA

Color information

#D577DA (or 0xD577DA) is unknown color: approx Orchid. HEX triplet: D5, 77 and DA. RGB value is (213,119,218). Sum of RGB (Red+Green+Blue) = 213+119+218=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 119 (46.88% from 255 or 21.64% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 218 - color contains mainly: blue. Hex color #D577DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D577DA is #2A8825. Grayscale: #9E9E9E. Windows color (decimal): -2787366 or 14317525. OLE color: 14317525.

HSL color Cylindrical-coordinate representation of color #D577DA: hue angle of 296.97º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D577DA is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB213119218-
CMYK0.020.4500.15
HSL296.97º57.23%66.08%-
HSV(B)296.97º45.41%85.49%-
XYZ46.6932.470.12-
YUV158.39161.64166.95-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.73%
GREEN value IS 119 (46.88% from 255) = 21.64%
BLUE value IS 218 (85.55% from 255) = 39.64%
R=38.73%
G=21.64%
B=39.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2131192180.020.4500.15296.9757.2366.08
HexD577DA22D0F1293942
Octal32516733225501745171102
Binary1101010111101111101101010101101011111001010011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D577DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D577DA; }

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

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

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

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

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

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

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

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