#D57DC8

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

Shades of Orchid #D57DC8

Tints of Orchid #D57DC8

Color information

#D57DC8 (or 0xD57DC8) is unknown color: approx Orchid. HEX triplet: D5, 7D and C8. RGB value is (213,125,200). Sum of RGB (Red+Green+Blue) = 213+125+200=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 200 (78.52% from 255 or 37.17% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D57DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57DC8 is #2A8237. Grayscale: #9F9F9F. Windows color (decimal): -2785848 or 13139413. OLE color: 13139413.

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

Color convert

RGB213125200-
CMYK00.410.060.16
HSL308.86º51.16%66.27%-
HSV(B)308.86º41.31%83.53%-
XYZ45.232.9858.63-
YUV159.86150.65165.9-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.59%
GREEN value IS 125 (49.22% from 255) = 23.23%
BLUE value IS 200 (78.52% from 255) = 37.17%
R=39.59%
G=23.23%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312520000.410.060.16308.8651.1666.27
HexD57DC80296101353342
Octal32517531005162046563102
Binary110101011111101110010000101001110100001001101011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57DC8; }

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

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

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

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

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

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

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

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