Shades of Orchid #D563C8
Tints of Orchid #D563C8
RGB
CMYK
RGB Variations
Color information
#D563C8 (or 0xD563C8) is known color: Orchid. HEX triplet: D5, 63 and C8. RGB value is (213,99,200). Sum of RGB (Red+Green+Blue) = 213+99+200=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 200 (78.52% from 255 or 39.06% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D563C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D563C8 is #2A9C37. Grayscale: #909090. Windows color (decimal): -2792504 or 13132757. OLE color: 13132757.
HSL color Cylindrical-coordinate representation of color #D563C8: hue angle of 306.84º 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 #D563C8 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 99 | 200 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.16 |
| HSL | 306.84º | 0.58% | 0.61% | - |
| HSV(B) | 306.84º | 0.54% | 0.84% | - |
| XYZ | 42.33 | 27.24 | 57.67 | - |
| YUV | 144.6 | 159.27 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 99 | 200 | 0 | 0.54 | 0.06 | 0.16 | 306.84 | 0.58 | 0.61 |
| Hex | D5 | 63 | C8 | 0 | 36 | 6 | 10 | 133 | 3A | 3D |
| Octal | 325 | 143 | 310 | 0 | 66 | 6 | 20 | 463 | 72 | 75 |
| Binary | 11010101 | 1100011 | 11001000 | 0 | 110110 | 110 | 10000 | 100110011 | 111010 | 111101 |
Color Harmonies of #D563C8
Complementary color
Monochromatic Colors of #D563C8
Black with #D563C8
Text Example
Text Example
White with #D563C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D563C8; }
p { color: rgb(213,99,200); }
H1.HeaderClassName
{
color: #D563C8;
}
.AnyTagClassName
{
color: #D563C8;
}
</style>
background-color css
<style>
a { background-color: #D563C8; }
a { background-color: rgb(213,99,200); }
div.DivClassName
{
background-color: #D563C8;
}
.BgClassName
{
background-color: #D563C8;
}
</style>
border-color css
<style>
span { border-color: #D563C8; }
span { border-color: rgb(213,99,200); }
td.TdClassName
{
border-color: #D563C8;
}
.TagClassName
{
border-color: #D563C8;
}
</style>