#D578D9

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

Shades of Orchid #D578D9

Tints of Orchid #D578D9

Color information

#D578D9 (or 0xD578D9) is unknown color: approx Orchid. HEX triplet: D5, 78 and D9. RGB value is (213,120,217). Sum of RGB (Red+Green+Blue) = 213+120+217=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 120 (47.27% from 255 or 21.82% from 550); Blue value is 217 (85.16% from 255 or 39.45% from 550); Max value from RGB is 217 - color contains mainly: blue. Hex color #D578D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D578D9 is #2A8726. Grayscale: #9E9E9E. Windows color (decimal): -2787111 or 14252245. OLE color: 14252245.

HSL color Cylindrical-coordinate representation of color #D578D9: hue angle of 297.53º degrees, saturation: 0.56, 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 #D578D9 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB213120217-
CMYK0.020.4500.15
HSL297.53º56.07%66.08%-
HSV(B)297.53º44.7%85.1%-
XYZ46.6832.5969.48-
YUV158.86160.81166.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.73%
GREEN value IS 120 (47.27% from 255) = 21.82%
BLUE value IS 217 (85.16% from 255) = 39.45%
R=38.73%
G=21.82%
B=39.45%

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
Decimal2131202170.020.4500.15297.5356.0766.08
HexD578D922D0F12a3842
Octal32517033125501745270102
Binary1101010111110001101100110101101011111001010101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D578D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D578D9; }

 p { color: rgb(213,120,217); }

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

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

 a { background-color: rgb(213,120,217); }

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

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

 span { border-color: rgb(213,120,217); }

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