Shades of Orchid #D56FCA
Tints of Orchid #D56FCA
RGB
CMYK
RGB Variations
Color information
#D56FCA (or 0xD56FCA) is known color: Orchid. HEX triplet: D5, 6F and CA. RGB value is (213,111,202). Sum of RGB (Red+Green+Blue) = 213+111+202=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 111 (43.75% from 255 or 21.10% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D56FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56FCA is #2A9035. Grayscale: #979797. Windows color (decimal): -2789430 or 13266901. OLE color: 13266901.
HSL color Cylindrical-coordinate representation of color #D56FCA: hue angle of 306.47º 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 #D56FCA is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 111 | 202 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.16 |
| HSL | 306.47º | 0.55% | 0.64% | - |
| HSV(B) | 306.47º | 0.48% | 0.84% | - |
| XYZ | 43.79 | 29.78 | 59.32 | - |
| YUV | 151.87 | 156.29 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 111 | 202 | 0 | 0.48 | 0.05 | 0.16 | 306.47 | 0.55 | 0.64 |
| Hex | D5 | 6F | CA | 0 | 30 | 5 | 10 | 132 | 37 | 40 |
| Octal | 325 | 157 | 312 | 0 | 60 | 5 | 20 | 462 | 67 | 100 |
| Binary | 11010101 | 1101111 | 11001010 | 0 | 110000 | 101 | 10000 | 100110010 | 110111 | 1000000 |
Color Harmonies of #D56FCA
Complementary color
Monochromatic Colors of #D56FCA
Black with #D56FCA
Text Example
Text Example
White with #D56FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56FCA; }
p { color: rgb(213,111,202); }
H1.HeaderClassName
{
color: #D56FCA;
}
.AnyTagClassName
{
color: #D56FCA;
}
</style>
background-color css
<style>
a { background-color: #D56FCA; }
a { background-color: rgb(213,111,202); }
div.DivClassName
{
background-color: #D56FCA;
}
.BgClassName
{
background-color: #D56FCA;
}
</style>
border-color css
<style>
span { border-color: #D56FCA; }
span { border-color: rgb(213,111,202); }
td.TdClassName
{
border-color: #D56FCA;
}
.TagClassName
{
border-color: #D56FCA;
}
</style>