Shades of Orchid #D56FC2
Tints of Orchid #D56FC2
RGB
CMYK
RGB Variations
Color information
#D56FC2 (or 0xD56FC2) is known color: Orchid. HEX triplet: D5, 6F and C2. RGB value is (213,111,194). Sum of RGB (Red+Green+Blue) = 213+111+194=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 111 (43.75% from 255 or 21.43% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D56FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56FC2 is #2A903D. Grayscale: #969696. Windows color (decimal): -2789438 or 12742613. OLE color: 12742613.
HSL color Cylindrical-coordinate representation of color #D56FC2: hue angle of 311.18º 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 #D56FC2 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 111 | 194 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.16 |
| HSL | 311.18º | 0.55% | 0.64% | - |
| HSV(B) | 311.18º | 0.48% | 0.84% | - |
| XYZ | 42.86 | 29.41 | 54.46 | - |
| YUV | 150.96 | 152.29 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 111 | 194 | 0 | 0.48 | 0.09 | 0.16 | 311.18 | 0.55 | 0.64 |
| Hex | D5 | 6F | C2 | 0 | 30 | 9 | 10 | 137 | 37 | 40 |
| Octal | 325 | 157 | 302 | 0 | 60 | 11 | 20 | 467 | 67 | 100 |
| Binary | 11010101 | 1101111 | 11000010 | 0 | 110000 | 1001 | 10000 | 100110111 | 110111 | 1000000 |
Color Harmonies of #D56FC2
Complementary color
Monochromatic Colors of #D56FC2
Black with #D56FC2
Text Example
Text Example
White with #D56FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56FC2; }
p { color: rgb(213,111,194); }
H1.HeaderClassName
{
color: #D56FC2;
}
.AnyTagClassName
{
color: #D56FC2;
}
</style>
background-color css
<style>
a { background-color: #D56FC2; }
a { background-color: rgb(213,111,194); }
div.DivClassName
{
background-color: #D56FC2;
}
.BgClassName
{
background-color: #D56FC2;
}
</style>
border-color css
<style>
span { border-color: #D56FC2; }
span { border-color: rgb(213,111,194); }
td.TdClassName
{
border-color: #D56FC2;
}
.TagClassName
{
border-color: #D56FC2;
}
</style>