Shades of Orchid #D56CC9
Tints of Orchid #D56CC9
RGB
CMYK
RGB Variations
Color information
#D56CC9 (or 0xD56CC9) is known color: Orchid. HEX triplet: D5, 6C and C9. RGB value is (213,108,201). Sum of RGB (Red+Green+Blue) = 213+108+201=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 108 (42.58% from 255 or 20.69% from 522); Blue value is 201 (78.91% from 255 or 38.51% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D56CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56CC9 is #2A9336. Grayscale: #959595. Windows color (decimal): -2790199 or 13200597. OLE color: 13200597.
HSL color Cylindrical-coordinate representation of color #D56CC9: hue angle of 306.86º degrees, saturation: 0.56, 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 #D56CC9 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 108 | 201 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.16 |
| HSL | 306.86º | 0.56% | 0.63% | - |
| HSV(B) | 306.86º | 0.49% | 0.84% | - |
| XYZ | 43.35 | 29.09 | 58.59 | - |
| YUV | 150 | 156.79 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 108 | 201 | 0 | 0.49 | 0.06 | 0.16 | 306.86 | 0.56 | 0.63 |
| Hex | D5 | 6C | C9 | 0 | 31 | 6 | 10 | 133 | 38 | 3F |
| Octal | 325 | 154 | 311 | 0 | 61 | 6 | 20 | 463 | 70 | 77 |
| Binary | 11010101 | 1101100 | 11001001 | 0 | 110001 | 110 | 10000 | 100110011 | 111000 | 111111 |
Color Harmonies of #D56CC9
Complementary color
Monochromatic Colors of #D56CC9
Black with #D56CC9
Text Example
Text Example
White with #D56CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56CC9; }
p { color: rgb(213,108,201); }
H1.HeaderClassName
{
color: #D56CC9;
}
.AnyTagClassName
{
color: #D56CC9;
}
</style>
background-color css
<style>
a { background-color: #D56CC9; }
a { background-color: rgb(213,108,201); }
div.DivClassName
{
background-color: #D56CC9;
}
.BgClassName
{
background-color: #D56CC9;
}
</style>
border-color css
<style>
span { border-color: #D56CC9; }
span { border-color: rgb(213,108,201); }
td.TdClassName
{
border-color: #D56CC9;
}
.TagClassName
{
border-color: #D56CC9;
}
</style>