#D56DC1

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

Shades of Orchid #D56DC1

Tints of Orchid #D56DC1

Color information

#D56DC1 (or 0xD56DC1) is unknown color: approx Orchid. HEX triplet: D5, 6D and C1. RGB value is (213,109,193). Sum of RGB (Red+Green+Blue) = 213+109+193=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 109 (42.97% from 255 or 21.17% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D56DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56DC1 is #2A923E. Grayscale: #959595. Windows color (decimal): -2789951 or 12676565. OLE color: 12676565.

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

Color convert

RGB213109193-
CMYK00.490.090.16
HSL311.54º55.32%63.14%-
HSV(B)311.54º48.83%83.53%-
XYZ42.5328.9353.8-
YUV149.67152.46173.17-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.36%
GREEN value IS 109 (42.97% from 255) = 21.17%
BLUE value IS 193 (75.78% from 255) = 37.48%
R=41.36%
G=21.17%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310919300.490.090.16311.5455.3263.14
HexD56DC1031910138373f
Octal32515530106111204706777
Binary110101011101101110000010110001100110000100111000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56DC1; }

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

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

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

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

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

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

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

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