#D57BDD

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

Shades of Orchid #D57BDD

Tints of Orchid #D57BDD

Color information

#D57BDD (or 0xD57BDD) is unknown color: approx Orchid. HEX triplet: D5, 7B and DD. RGB value is (213,123,221). Sum of RGB (Red+Green+Blue) = 213+123+221=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 123 (48.44% from 255 or 22.08% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #D57BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57BDD is #2A8422. Grayscale: #A0A0A0. Windows color (decimal): -2786339 or 14515157. OLE color: 14515157.

HSL color Cylindrical-coordinate representation of color #D57BDD: hue angle of 295.1º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D57BDD is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB213123221-
CMYK0.040.4400.13
HSL295.1º59.04%67.45%-
HSV(B)295.1º44.34%86.67%-
XYZ47.5733.5372.37-
YUV161.08161.82165.03-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.24%
GREEN value IS 123 (48.44% from 255) = 22.08%
BLUE value IS 221 (86.72% from 255) = 39.68%
R=38.24%
G=22.08%
B=39.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131232210.040.4400.13295.159.0467.45
HexD57BDD42C0D1273b43
Octal32517333545401544773103
Binary11010101111101111011101100101100011011001001111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57BDD; }

 p { color: rgb(213,123,221); }

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

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

 a { background-color: rgb(213,123,221); }

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

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

 span { border-color: rgb(213,123,221); }

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