#D57DCF

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

Shades of Orchid #D57DCF

Tints of Orchid #D57DCF

Color information

#D57DCF (or 0xD57DCF) is unknown color: approx Orchid. HEX triplet: D5, 7D and CF. RGB value is (213,125,207). Sum of RGB (Red+Green+Blue) = 213+125+207=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 125 (49.22% from 255 or 22.94% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D57DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57DCF is #2A8230. Grayscale: #A0A0A0. Windows color (decimal): -2785841 or 13598165. OLE color: 13598165.

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

Color convert

RGB213125207-
CMYK00.410.030.16
HSL304.09º51.16%66.27%-
HSV(B)304.09º41.31%83.53%-
XYZ46.0433.3263.04-
YUV160.66154.15165.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.08%
GREEN value IS 125 (49.22% from 255) = 22.94%
BLUE value IS 207 (81.25% from 255) = 37.98%
R=39.08%
G=22.94%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312520700.410.030.16304.0951.1666.27
HexD57DCF0293101303342
Octal32517531705132046063102
Binary11010101111110111001111010100111100001001100001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57DCF; }

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

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

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

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

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

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

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

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