#D57DC7

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

Shades of Orchid #D57DC7

Tints of Orchid #D57DC7

Color information

#D57DC7 (or 0xD57DC7) is unknown color: approx Orchid. HEX triplet: D5, 7D and C7. RGB value is (213,125,199). Sum of RGB (Red+Green+Blue) = 213+125+199=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 199 (78.12% from 255 or 37.06% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D57DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57DC7 is #2A8238. Grayscale: #9F9F9F. Windows color (decimal): -2785849 or 13073877. OLE color: 13073877.

HSL color Cylindrical-coordinate representation of color #D57DC7: hue angle of 309.55º 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 #D57DC7 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB213125199-
CMYK00.410.070.16
HSL309.55º51.16%66.27%-
HSV(B)309.55º41.31%83.53%-
XYZ45.0832.9458.01-
YUV159.75150.15165.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.66%
GREEN value IS 125 (49.22% from 255) = 23.28%
BLUE value IS 199 (78.12% from 255) = 37.06%
R=39.66%
G=23.28%
B=37.06%

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
Decimal21312519900.410.070.16309.5551.1666.27
HexD57DC70297101363342
Octal32517530705172046663102
Binary110101011111101110001110101001111100001001101101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57DC7; }

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

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

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

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

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

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

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

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