Shades of Orchid #D563CA
Tints of Orchid #D563CA
RGB
CMYK
RGB Variations
Color information
#D563CA (or 0xD563CA) is known color: Orchid. HEX triplet: D5, 63 and CA. RGB value is (213,99,202). Sum of RGB (Red+Green+Blue) = 213+99+202=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 99 (39.06% from 255 or 19.26% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D563CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D563CA is #2A9C35. Grayscale: #909090. Windows color (decimal): -2792502 or 13263829. OLE color: 13263829.
HSL color Cylindrical-coordinate representation of color #D563CA: hue angle of 305.79º 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 #D563CA is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 99 | 202 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.16 |
| HSL | 305.79º | 0.58% | 0.61% | - |
| HSV(B) | 305.79º | 0.54% | 0.84% | - |
| XYZ | 42.56 | 27.33 | 58.91 | - |
| YUV | 144.83 | 160.27 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 99 | 202 | 0 | 0.54 | 0.05 | 0.16 | 305.79 | 0.58 | 0.61 |
| Hex | D5 | 63 | CA | 0 | 36 | 5 | 10 | 132 | 3A | 3D |
| Octal | 325 | 143 | 312 | 0 | 66 | 5 | 20 | 462 | 72 | 75 |
| Binary | 11010101 | 1100011 | 11001010 | 0 | 110110 | 101 | 10000 | 100110010 | 111010 | 111101 |
Color Harmonies of #D563CA
Complementary color
Monochromatic Colors of #D563CA
Black with #D563CA
Text Example
Text Example
White with #D563CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D563CA; }
p { color: rgb(213,99,202); }
H1.HeaderClassName
{
color: #D563CA;
}
.AnyTagClassName
{
color: #D563CA;
}
</style>
background-color css
<style>
a { background-color: #D563CA; }
a { background-color: rgb(213,99,202); }
div.DivClassName
{
background-color: #D563CA;
}
.BgClassName
{
background-color: #D563CA;
}
</style>
border-color css
<style>
span { border-color: #D563CA; }
span { border-color: rgb(213,99,202); }
td.TdClassName
{
border-color: #D563CA;
}
.TagClassName
{
border-color: #D563CA;
}
</style>