Shades of Orchid #D56DC5
Tints of Orchid #D56DC5
RGB
CMYK
RGB Variations
Color information
#D56DC5 (or 0xD56DC5) is known color: Orchid. HEX triplet: D5, 6D and C5. RGB value is (213,109,197). Sum of RGB (Red+Green+Blue) = 213+109+197=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 109 (42.97% from 255 or 21.00% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D56DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56DC5 is #2A923A. Grayscale: #959595. Windows color (decimal): -2789947 or 12938709. OLE color: 12938709.
HSL color Cylindrical-coordinate representation of color #D56DC5: hue angle of 309.23º 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 #D56DC5 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 109 | 197 | - |
CMYK | 0 | 0.49 | 0.08 | 0.16 |
HSL | 309.23º | 0.55% | 0.63% | - |
HSV(B) | 309.23º | 0.49% | 0.84% | - |
XYZ | 42.99 | 29.11 | 56.18 | - |
YUV | 150.13 | 154.46 | 172.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 109 | 197 | 0 | 0.49 | 0.08 | 0.16 | 309.23 | 0.55 | 0.63 |
Hex | D5 | 6D | C5 | 0 | 31 | 8 | 10 | 135 | 37 | 3F |
Octal | 325 | 155 | 305 | 0 | 61 | 10 | 20 | 465 | 67 | 77 |
Binary | 11010101 | 1101101 | 11000101 | 0 | 110001 | 1000 | 10000 | 100110101 | 110111 | 111111 |
Color Harmonies of #D56DC5
Complementary color
Monochromatic Colors of #D56DC5
Black with #D56DC5
Text Example
Text Example
White with #D56DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56DC5; }
p { color: rgb(213,109,197); }
H1.HeaderClassName
{
color: #D56DC5;
}
.AnyTagClassName
{
color: #D56DC5;
}
</style>
background-color css
<style>
a { background-color: #D56DC5; }
a { background-color: rgb(213,109,197); }
div.DivClassName
{
background-color: #D56DC5;
}
.BgClassName
{
background-color: #D56DC5;
}
</style>
border-color css
<style>
span { border-color: #D56DC5; }
span { border-color: rgb(213,109,197); }
td.TdClassName
{
border-color: #D56DC5;
}
.TagClassName
{
border-color: #D56DC5;
}
</style>