#D56DCE

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

Shades of Orchid #D56DCE

Tints of Orchid #D56DCE

Color information

#D56DCE (or 0xD56DCE) is unknown color: approx Orchid. HEX triplet: D5, 6D and CE. RGB value is (213,109,206). Sum of RGB (Red+Green+Blue) = 213+109+206=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 109 (42.97% from 255 or 20.64% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D56DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56DCE is #2A9231. Grayscale: #969696. Windows color (decimal): -2789938 or 13528533. OLE color: 13528533.

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

Color convert

RGB213109206-
CMYK00.490.030.16
HSL304.04º55.32%63.14%-
HSV(B)304.04º48.83%83.53%-
XYZ44.0529.5461.77-
YUV151.15158.96172.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.34%
GREEN value IS 109 (42.97% from 255) = 20.64%
BLUE value IS 206 (80.86% from 255) = 39.02%
R=40.34%
G=20.64%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310920600.490.030.16304.0455.3263.14
HexD56DCE031310130373f
Octal3251553160613204606777
Binary1101010111011011100111001100011110000100110000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56DCE; }

 p { color: rgb(213,109,206); }

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

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

 a { background-color: rgb(213,109,206); }

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

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

 span { border-color: rgb(213,109,206); }

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