#d57bdc

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

Shades of Orchid #D57BDC

Tints of Orchid #D57BDC

Color information

#D57BDC (or 0xD57BDC) is unknown color: approx Orchid. HEX triplet: D5, 7B and DC. RGB value is (213,123,220). Sum of RGB (Red+Green+Blue) = 213+123+220=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 123 (48.44% from 255 or 22.12% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #D57BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57BDC is #2A8423. Grayscale: #A0A0A0. Windows color (decimal): -2786340 or 14449621. OLE color: 14449621.

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

Color convert

RGB213123220-
CMYK0.030.4400.14
HSL295.67º58.08%67.25%-
HSV(B)295.67º44.09%86.27%-
XYZ47.4433.4871.67-
YUV160.97161.32165.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.31%
GREEN value IS 123 (48.44% from 255) = 22.12%
BLUE value IS 220 (86.33% from 255) = 39.57%
R=38.31%
G=22.12%
B=39.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2131232200.030.4400.14295.6758.0867.25
HexD57BDC32C0E1283a43
Octal32517333435401645072103
Binary1101010111110111101110011101100011101001010001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d57bdc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d57bdc; }

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

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

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

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

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

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

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

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