Shades of Orchid #D563CE
Tints of Orchid #D563CE
RGB
CMYK
RGB Variations
Color information
#D563CE (or 0xD563CE) is known color: Orchid. HEX triplet: D5, 63 and CE. RGB value is (213,99,206). Sum of RGB (Red+Green+Blue) = 213+99+206=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 99 (39.06% from 255 or 19.11% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D563CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D563CE is #2A9C31. Grayscale: #909090. Windows color (decimal): -2792498 or 13525973. OLE color: 13525973.
HSL color Cylindrical-coordinate representation of color #D563CE: hue angle of 303.68º 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 #D563CE is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 99 | 206 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.16 |
| HSL | 303.68º | 0.58% | 0.61% | - |
| HSV(B) | 303.68º | 0.54% | 0.84% | - |
| XYZ | 43.04 | 27.53 | 61.44 | - |
| YUV | 145.28 | 162.27 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 99 | 206 | 0 | 0.54 | 0.03 | 0.16 | 303.68 | 0.58 | 0.61 |
| Hex | D5 | 63 | CE | 0 | 36 | 3 | 10 | 130 | 3A | 3D |
| Octal | 325 | 143 | 316 | 0 | 66 | 3 | 20 | 460 | 72 | 75 |
| Binary | 11010101 | 1100011 | 11001110 | 0 | 110110 | 11 | 10000 | 100110000 | 111010 | 111101 |
Color Harmonies of #D563CE
Complementary color
Monochromatic Colors of #D563CE
Black with #D563CE
Text Example
Text Example
White with #D563CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D563CE; }
p { color: rgb(213,99,206); }
H1.HeaderClassName
{
color: #D563CE;
}
.AnyTagClassName
{
color: #D563CE;
}
</style>
background-color css
<style>
a { background-color: #D563CE; }
a { background-color: rgb(213,99,206); }
div.DivClassName
{
background-color: #D563CE;
}
.BgClassName
{
background-color: #D563CE;
}
</style>
border-color css
<style>
span { border-color: #D563CE; }
span { border-color: rgb(213,99,206); }
td.TdClassName
{
border-color: #D563CE;
}
.TagClassName
{
border-color: #D563CE;
}
</style>