Shades of Orchid #D564C0
Tints of Orchid #D564C0
RGB
CMYK
RGB Variations
Color information
#D564C0 (or 0xD564C0) is known color: Orchid. HEX triplet: D5, 64 and C0. RGB value is (213,100,192). Sum of RGB (Red+Green+Blue) = 213+100+192=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 100 (39.45% from 255 or 19.80% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D564C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D564C0 is #2A9B3F. Grayscale: #909090. Windows color (decimal): -2792256 or 12608725. OLE color: 12608725.
HSL color Cylindrical-coordinate representation of color #D564C0: hue angle of 311.15º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D564C0 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 100 | 192 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.16 |
| HSL | 311.15º | 0.57% | 0.61% | - |
| HSV(B) | 311.15º | 0.53% | 0.84% | - |
| XYZ | 41.51 | 27.07 | 52.91 | - |
| YUV | 144.28 | 154.94 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 100 | 192 | 0 | 0.53 | 0.10 | 0.16 | 311.15 | 0.57 | 0.61 |
| Hex | D5 | 64 | C0 | 0 | 35 | A | 10 | 137 | 39 | 3D |
| Octal | 325 | 144 | 300 | 0 | 65 | 12 | 20 | 467 | 71 | 75 |
| Binary | 11010101 | 1100100 | 11000000 | 0 | 110101 | 1010 | 10000 | 100110111 | 111001 | 111101 |
Color Harmonies of #D564C0
Complementary color
Monochromatic Colors of #D564C0
Black with #D564C0
Text Example
Text Example
White with #D564C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D564C0; }
p { color: rgb(213,100,192); }
H1.HeaderClassName
{
color: #D564C0;
}
.AnyTagClassName
{
color: #D564C0;
}
</style>
background-color css
<style>
a { background-color: #D564C0; }
a { background-color: rgb(213,100,192); }
div.DivClassName
{
background-color: #D564C0;
}
.BgClassName
{
background-color: #D564C0;
}
</style>
border-color css
<style>
span { border-color: #D564C0; }
span { border-color: rgb(213,100,192); }
td.TdClassName
{
border-color: #D564C0;
}
.TagClassName
{
border-color: #D564C0;
}
</style>