#D56EBA

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

Shades of Orchid #D56EBA

Tints of Orchid #D56EBA

Color information

#D56EBA (or 0xD56EBA) is unknown color: approx Orchid. HEX triplet: D5, 6E and BA. RGB value is (213,110,186). Sum of RGB (Red+Green+Blue) = 213+110+186=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 110 (43.36% from 255 or 21.61% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D56EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56EBA is #2A9145. Grayscale: #959595. Windows color (decimal): -2789702 or 12218069. OLE color: 12218069.

HSL color Cylindrical-coordinate representation of color #D56EBA: hue angle of 315.73º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D56EBA is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB213110186-
CMYK00.480.130.16
HSL315.73º55.08%63.33%-
HSV(B)315.73º48.36%83.53%-
XYZ41.8828.8449.81-
YUV149.46148.62173.32-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.85%
GREEN value IS 110 (43.36% from 255) = 21.61%
BLUE value IS 186 (73.05% from 255) = 36.54%
R=41.85%
G=21.61%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311018600.480.130.16315.7355.0863.33
HexD56EBA030D1013c373f
Octal32515627206015204746777
Binary110101011101110101110100110000110110000100111100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56EBA; }

 p { color: rgb(213,110,186); }

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

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

 a { background-color: rgb(213,110,186); }

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

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

 span { border-color: rgb(213,110,186); }

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