Shades of Orchid #D463DD
Tints of Orchid #D463DD
RGB
CMYK
RGB Variations
Color information
#D463DD (or 0xD463DD) is known color: Orchid. HEX triplet: D4, 63 and DD. RGB value is (212,99,221). Sum of RGB (Red+Green+Blue) = 212+99+221=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 99 (39.06% from 255 or 18.61% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #D463DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D463DD is #2B9C22. Grayscale: #929292. Windows color (decimal): -2858019 or 14509012. OLE color: 14509012.
HSL color Cylindrical-coordinate representation of color #D463DD: hue angle of 295.57º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D463DD is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 99 | 221 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.13 |
| HSL | 295.57º | 0.64% | 0.63% | - |
| HSV(B) | 295.57º | 0.55% | 0.87% | - |
| XYZ | 44.66 | 28.14 | 71.48 | - |
| YUV | 146.7 | 169.94 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 99 | 221 | 0.04 | 0.55 | 0 | 0.13 | 295.57 | 0.64 | 0.63 |
| Hex | D4 | 63 | DD | 4 | 37 | 0 | D | 128 | 40 | 3F |
| Octal | 324 | 143 | 335 | 4 | 67 | 0 | 15 | 450 | 100 | 77 |
| Binary | 11010100 | 1100011 | 11011101 | 100 | 110111 | 0 | 1101 | 100101000 | 1000000 | 111111 |
Color Harmonies of #D463DD
Complementary color
Monochromatic Colors of #D463DD
Black with #D463DD
Text Example
Text Example
White with #D463DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D463DD; }
p { color: rgb(212,99,221); }
H1.HeaderClassName
{
color: #D463DD;
}
.AnyTagClassName
{
color: #D463DD;
}
</style>
background-color css
<style>
a { background-color: #D463DD; }
a { background-color: rgb(212,99,221); }
div.DivClassName
{
background-color: #D463DD;
}
.BgClassName
{
background-color: #D463DD;
}
</style>
border-color css
<style>
span { border-color: #D463DD; }
span { border-color: rgb(212,99,221); }
td.TdClassName
{
border-color: #D463DD;
}
.TagClassName
{
border-color: #D463DD;
}
</style>