Shades of Orchid #D463DF
Tints of Orchid #D463DF
RGB
CMYK
RGB Variations
Color information
#D463DF (or 0xD463DF) is known color: Orchid. HEX triplet: D4, 63 and DF. RGB value is (212,99,223). Sum of RGB (Red+Green+Blue) = 212+99+223=534 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.70% from 534); Green value is 99 (39.06% from 255 or 18.54% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #D463DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D463DF is #2B9C20. Grayscale: #929292. Windows color (decimal): -2858017 or 14640084. OLE color: 14640084.
HSL color Cylindrical-coordinate representation of color #D463DF: hue angle of 294.68º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D463DF is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 99 | 223 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.13 |
| HSL | 294.68º | 0.66% | 0.63% | - |
| HSV(B) | 294.68º | 0.56% | 0.87% | - |
| XYZ | 44.93 | 28.25 | 72.9 | - |
| YUV | 146.92 | 170.94 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 99 | 223 | 0.05 | 0.56 | 0 | 0.13 | 294.68 | 0.66 | 0.63 |
| Hex | D4 | 63 | DF | 5 | 38 | 0 | D | 127 | 42 | 3F |
| Octal | 324 | 143 | 337 | 5 | 70 | 0 | 15 | 447 | 102 | 77 |
| Binary | 11010100 | 1100011 | 11011111 | 101 | 111000 | 0 | 1101 | 100100111 | 1000010 | 111111 |
Color Harmonies of #D463DF
Complementary color
Monochromatic Colors of #D463DF
Black with #D463DF
Text Example
Text Example
White with #D463DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D463DF; }
p { color: rgb(212,99,223); }
H1.HeaderClassName
{
color: #D463DF;
}
.AnyTagClassName
{
color: #D463DF;
}
</style>
background-color css
<style>
a { background-color: #D463DF; }
a { background-color: rgb(212,99,223); }
div.DivClassName
{
background-color: #D463DF;
}
.BgClassName
{
background-color: #D463DF;
}
</style>
border-color css
<style>
span { border-color: #D463DF; }
span { border-color: rgb(212,99,223); }
td.TdClassName
{
border-color: #D463DF;
}
.TagClassName
{
border-color: #D463DF;
}
</style>