#D56BE5

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

Shades of Orchid #D56BE5

Tints of Orchid #D56BE5

Color information

#D56BE5 (or 0xD56BE5) is unknown color: approx Orchid. HEX triplet: D5, 6B and E5. RGB value is (213,107,229). Sum of RGB (Red+Green+Blue) = 213+107+229=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 107 (42.19% from 255 or 19.49% from 549); Blue value is 229 (89.84% from 255 or 41.71% from 549); Max value from RGB is 229 - color contains mainly: blue. Hex color #D56BE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56BE5 is #2A941A. Grayscale: #989898. Windows color (decimal): -2790427 or 15035349. OLE color: 15035349.

HSL color Cylindrical-coordinate representation of color #D56BE5: hue angle of 292.13º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D56BE5 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB213107229-
CMYK0.070.5300.10
HSL292.13º70.11%65.88%-
HSV(B)292.13º53.28%89.8%-
XYZ46.8430.3277.51-
YUV152.6171.12171.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.80%
GREEN value IS 107 (42.19% from 255) = 19.49%
BLUE value IS 229 (89.84% from 255) = 41.71%
R=38.80%
G=19.49%
B=41.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2131072290.070.5300.10292.1370.1165.88
HexD56BE57350A1244642
Octal325153345765012444106102
Binary110101011101011111001011111101010101010010010010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56BE5; }

 p { color: rgb(213,107,229); }

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

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

 a { background-color: rgb(213,107,229); }

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

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

 span { border-color: rgb(213,107,229); }

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