Shades of Orchid #D563CF
Tints of Orchid #D563CF
RGB
CMYK
RGB Variations
Color information
#D563CF (or 0xD563CF) is known color: Orchid. HEX triplet: D5, 63 and CF. RGB value is (213,99,207). Sum of RGB (Red+Green+Blue) = 213+99+207=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 99 (39.06% from 255 or 19.08% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D563CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D563CF is #2A9C30. Grayscale: #919191. Windows color (decimal): -2792497 or 13591509. OLE color: 13591509.
HSL color Cylindrical-coordinate representation of color #D563CF: hue angle of 303.16º 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 #D563CF is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 99 | 207 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.16 |
| HSL | 303.16º | 0.58% | 0.61% | - |
| HSV(B) | 303.16º | 0.54% | 0.84% | - |
| XYZ | 43.16 | 27.57 | 62.08 | - |
| YUV | 145.4 | 162.77 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 99 | 207 | 0 | 0.54 | 0.03 | 0.16 | 303.16 | 0.58 | 0.61 |
| Hex | D5 | 63 | CF | 0 | 36 | 3 | 10 | 12F | 3A | 3D |
| Octal | 325 | 143 | 317 | 0 | 66 | 3 | 20 | 457 | 72 | 75 |
| Binary | 11010101 | 1100011 | 11001111 | 0 | 110110 | 11 | 10000 | 100101111 | 111010 | 111101 |
Color Harmonies of #D563CF
Complementary color
Monochromatic Colors of #D563CF
Black with #D563CF
Text Example
Text Example
White with #D563CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D563CF; }
p { color: rgb(213,99,207); }
H1.HeaderClassName
{
color: #D563CF;
}
.AnyTagClassName
{
color: #D563CF;
}
</style>
background-color css
<style>
a { background-color: #D563CF; }
a { background-color: rgb(213,99,207); }
div.DivClassName
{
background-color: #D563CF;
}
.BgClassName
{
background-color: #D563CF;
}
</style>
border-color css
<style>
span { border-color: #D563CF; }
span { border-color: rgb(213,99,207); }
td.TdClassName
{
border-color: #D563CF;
}
.TagClassName
{
border-color: #D563CF;
}
</style>