Shades of Orchid #D56FCF
Tints of Orchid #D56FCF
RGB
CMYK
RGB Variations
Color information
#D56FCF (or 0xD56FCF) is known color: Orchid. HEX triplet: D5, 6F and CF. RGB value is (213,111,207). Sum of RGB (Red+Green+Blue) = 213+111+207=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 111 (43.75% from 255 or 20.90% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D56FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56FCF is #2A9030. Grayscale: #989898. Windows color (decimal): -2789425 or 13594581. OLE color: 13594581.
HSL color Cylindrical-coordinate representation of color #D56FCF: hue angle of 303.53º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D56FCF is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 111 | 207 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.16 |
| HSL | 303.53º | 0.55% | 0.64% | - |
| HSV(B) | 303.53º | 0.48% | 0.84% | - |
| XYZ | 44.39 | 30.02 | 62.49 | - |
| YUV | 152.44 | 158.79 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 111 | 207 | 0 | 0.48 | 0.03 | 0.16 | 303.53 | 0.55 | 0.64 |
| Hex | D5 | 6F | CF | 0 | 30 | 3 | 10 | 130 | 37 | 40 |
| Octal | 325 | 157 | 317 | 0 | 60 | 3 | 20 | 460 | 67 | 100 |
| Binary | 11010101 | 1101111 | 11001111 | 0 | 110000 | 11 | 10000 | 100110000 | 110111 | 1000000 |
Color Harmonies of #D56FCF
Complementary color
Monochromatic Colors of #D56FCF
Black with #D56FCF
Text Example
Text Example
White with #D56FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56FCF; }
p { color: rgb(213,111,207); }
H1.HeaderClassName
{
color: #D56FCF;
}
.AnyTagClassName
{
color: #D56FCF;
}
</style>
background-color css
<style>
a { background-color: #D56FCF; }
a { background-color: rgb(213,111,207); }
div.DivClassName
{
background-color: #D56FCF;
}
.BgClassName
{
background-color: #D56FCF;
}
</style>
border-color css
<style>
span { border-color: #D56FCF; }
span { border-color: rgb(213,111,207); }
td.TdClassName
{
border-color: #D56FCF;
}
.TagClassName
{
border-color: #D56FCF;
}
</style>