#D57EC7

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

Shades of Orchid #D57EC7

Tints of Orchid #D57EC7

Color information

#D57EC7 (or 0xD57EC7) is unknown color: approx Orchid. HEX triplet: D5, 7E and C7. RGB value is (213,126,199). Sum of RGB (Red+Green+Blue) = 213+126+199=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 126 (49.61% from 255 or 23.42% from 538); Blue value is 199 (78.12% from 255 or 36.99% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D57EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57EC7 is #2A8138. Grayscale: #A0A0A0. Windows color (decimal): -2785593 or 13074133. OLE color: 13074133.

HSL color Cylindrical-coordinate representation of color #D57EC7: hue angle of 309.66º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D57EC7 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB213126199-
CMYK00.410.070.16
HSL309.66º50.88%66.47%-
HSV(B)309.66º40.85%83.53%-
XYZ45.2133.1958.06-
YUV160.34149.82165.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.59%
GREEN value IS 126 (49.61% from 255) = 23.42%
BLUE value IS 199 (78.12% from 255) = 36.99%
R=39.59%
G=23.42%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312619900.410.070.16309.6650.8866.47
HexD57EC70297101363342
Octal32517630705172046663102
Binary110101011111110110001110101001111100001001101101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57EC7; }

 p { color: rgb(213,126,199); }

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

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

 a { background-color: rgb(213,126,199); }

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

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

 span { border-color: rgb(213,126,199); }

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