Shades of Orchid #D56CCD
Tints of Orchid #D56CCD
RGB
CMYK
RGB Variations
Color information
#D56CCD (or 0xD56CCD) is known color: Orchid. HEX triplet: D5, 6C and CD. RGB value is (213,108,205). Sum of RGB (Red+Green+Blue) = 213+108+205=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 108 (42.58% from 255 or 20.53% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D56CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56CCD is #2A9332. Grayscale: #969696. Windows color (decimal): -2790195 or 13462741. OLE color: 13462741.
HSL color Cylindrical-coordinate representation of color #D56CCD: hue angle of 304.57º 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 #D56CCD is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 108 | 205 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.16 |
| HSL | 304.57º | 0.56% | 0.63% | - |
| HSV(B) | 304.57º | 0.49% | 0.84% | - |
| XYZ | 43.82 | 29.28 | 61.1 | - |
| YUV | 150.45 | 158.79 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 108 | 205 | 0 | 0.49 | 0.04 | 0.16 | 304.57 | 0.56 | 0.63 |
| Hex | D5 | 6C | CD | 0 | 31 | 4 | 10 | 131 | 38 | 3F |
| Octal | 325 | 154 | 315 | 0 | 61 | 4 | 20 | 461 | 70 | 77 |
| Binary | 11010101 | 1101100 | 11001101 | 0 | 110001 | 100 | 10000 | 100110001 | 111000 | 111111 |
Color Harmonies of #D56CCD
Complementary color
Monochromatic Colors of #D56CCD
Black with #D56CCD
Text Example
Text Example
White with #D56CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56CCD; }
p { color: rgb(213,108,205); }
H1.HeaderClassName
{
color: #D56CCD;
}
.AnyTagClassName
{
color: #D56CCD;
}
</style>
background-color css
<style>
a { background-color: #D56CCD; }
a { background-color: rgb(213,108,205); }
div.DivClassName
{
background-color: #D56CCD;
}
.BgClassName
{
background-color: #D56CCD;
}
</style>
border-color css
<style>
span { border-color: #D56CCD; }
span { border-color: rgb(213,108,205); }
td.TdClassName
{
border-color: #D56CCD;
}
.TagClassName
{
border-color: #D56CCD;
}
</style>