#D57FDC

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

Shades of Orchid #D57FDC

Tints of Orchid #D57FDC

Color information

#D57FDC (or 0xD57FDC) is unknown color: approx Orchid. HEX triplet: D5, 7F and DC. RGB value is (213,127,220). Sum of RGB (Red+Green+Blue) = 213+127+220=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 127 (50% from 255 or 22.68% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #D57FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FDC is #2A8023. Grayscale: #A3A3A3. Windows color (decimal): -2785316 or 14450645. OLE color: 14450645.

HSL color Cylindrical-coordinate representation of color #D57FDC: hue angle of 295.48º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D57FDC is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB213127220-
CMYK0.030.4200.14
HSL295.48º57.06%68.04%-
HSV(B)295.48º42.27%86.27%-
XYZ47.9534.4971.84-
YUV163.32159.99163.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.04%
GREEN value IS 127 (50% from 255) = 22.68%
BLUE value IS 220 (86.33% from 255) = 39.29%
R=38.04%
G=22.68%
B=39.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2131272200.030.4200.14295.4857.0668.04
HexD57FDC32A0E1273944
Octal32517733435201644771104
Binary1101010111111111101110011101010011101001001111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57FDC; }

 p { color: rgb(213,127,220); }

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

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

 a { background-color: rgb(213,127,220); }

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

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

 span { border-color: rgb(213,127,220); }

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