#D56EC8

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

Shades of Orchid #D56EC8

Tints of Orchid #D56EC8

Color information

#D56EC8 (or 0xD56EC8) is unknown color: approx Orchid. HEX triplet: D5, 6E and C8. RGB value is (213,110,200). Sum of RGB (Red+Green+Blue) = 213+110+200=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 110 (43.36% from 255 or 21.03% from 523); Blue value is 200 (78.52% from 255 or 38.24% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D56EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56EC8 is #2A9137. Grayscale: #969696. Windows color (decimal): -2789688 or 13135573. OLE color: 13135573.

HSL color Cylindrical-coordinate representation of color #D56EC8: hue angle of 307.57º 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 #D56EC8 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB213110200-
CMYK00.480.060.16
HSL307.57º55.08%63.33%-
HSV(B)307.57º48.36%83.53%-
XYZ43.4429.4758.04-
YUV151.06155.62172.18-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.73%
GREEN value IS 110 (43.36% from 255) = 21.03%
BLUE value IS 200 (78.52% from 255) = 38.24%
R=40.73%
G=21.03%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311020000.480.060.16307.5755.0863.33
HexD56EC8030610134373f
Octal3251563100606204646777
Binary11010101110111011001000011000011010000100110100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56EC8; }

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

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

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

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

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

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

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

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