Shades of Orchid #D563C0
Tints of Orchid #D563C0
RGB
CMYK
RGB Variations
Color information
#D563C0 (or 0xD563C0) is known color: Orchid. HEX triplet: D5, 63 and C0. RGB value is (213,99,192). Sum of RGB (Red+Green+Blue) = 213+99+192=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 99 (39.06% from 255 or 19.64% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D563C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D563C0 is #2A9C3F. Grayscale: #8F8F8F. Windows color (decimal): -2792512 or 12608469. OLE color: 12608469.
HSL color Cylindrical-coordinate representation of color #D563C0: hue angle of 311.05º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D563C0 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 99 | 192 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.16 |
| HSL | 311.05º | 0.58% | 0.61% | - |
| HSV(B) | 311.05º | 0.54% | 0.84% | - |
| XYZ | 41.42 | 26.88 | 52.87 | - |
| YUV | 143.69 | 155.27 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 99 | 192 | 0 | 0.54 | 0.10 | 0.16 | 311.05 | 0.58 | 0.61 |
| Hex | D5 | 63 | C0 | 0 | 36 | A | 10 | 137 | 3A | 3D |
| Octal | 325 | 143 | 300 | 0 | 66 | 12 | 20 | 467 | 72 | 75 |
| Binary | 11010101 | 1100011 | 11000000 | 0 | 110110 | 1010 | 10000 | 100110111 | 111010 | 111101 |
Color Harmonies of #D563C0
Complementary color
Monochromatic Colors of #D563C0
Black with #D563C0
Text Example
Text Example
White with #D563C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D563C0; }
p { color: rgb(213,99,192); }
H1.HeaderClassName
{
color: #D563C0;
}
.AnyTagClassName
{
color: #D563C0;
}
</style>
background-color css
<style>
a { background-color: #D563C0; }
a { background-color: rgb(213,99,192); }
div.DivClassName
{
background-color: #D563C0;
}
.BgClassName
{
background-color: #D563C0;
}
</style>
border-color css
<style>
span { border-color: #D563C0; }
span { border-color: rgb(213,99,192); }
td.TdClassName
{
border-color: #D563C0;
}
.TagClassName
{
border-color: #D563C0;
}
</style>