#D578D4

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

Shades of Orchid #D578D4

Tints of Orchid #D578D4

Color information

#D578D4 (or 0xD578D4) is unknown color: approx Orchid. HEX triplet: D5, 78 and D4. RGB value is (213,120,212). Sum of RGB (Red+Green+Blue) = 213+120+212=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 120 (47.27% from 255 or 22.02% from 545); Blue value is 212 (83.20% from 255 or 38.90% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D578D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D578D4 is #2A872B. Grayscale: #9E9E9E. Windows color (decimal): -2787116 or 13924565. OLE color: 13924565.

HSL color Cylindrical-coordinate representation of color #D578D4: hue angle of 300.65º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D578D4 is Cyan = 0, Magento = 0.44, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB213120212-
CMYK00.440.000.16
HSL300.65º52.54%65.29%-
HSV(B)300.65º43.66%83.53%-
XYZ46.0432.3366.1-
YUV158.3158.31167.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.08%
GREEN value IS 120 (47.27% from 255) = 22.02%
BLUE value IS 212 (83.20% from 255) = 38.90%
R=39.08%
G=22.02%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312021200.440.000.16300.6552.5465.29
HexD578D402C01012d3541
Octal32517032405402045565101
Binary1101010111110001101010001011000100001001011011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D578D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D578D4; }

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

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

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

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

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

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

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

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