Shades of Orchid #D463D0
Tints of Orchid #D463D0
RGB
CMYK
RGB Variations
Color information
#D463D0 (or 0xD463D0) is known color: Orchid. HEX triplet: D4, 63 and D0. RGB value is (212,99,208). Sum of RGB (Red+Green+Blue) = 212+99+208=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 99 (39.06% from 255 or 19.08% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 212 - color contains mainly: red. Hex color #D463D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D463D0 is #2B9C2F. Grayscale: #909090. Windows color (decimal): -2858032 or 13657044. OLE color: 13657044.
HSL color Cylindrical-coordinate representation of color #D463D0: hue angle of 302.12º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D463D0 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 99 | 208 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.17 |
| HSL | 302.12º | 0.57% | 0.61% | - |
| HSV(B) | 302.12º | 0.53% | 0.83% | - |
| XYZ | 43 | 27.47 | 62.71 | - |
| YUV | 145.21 | 163.44 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 99 | 208 | 0 | 0.53 | 0.02 | 0.17 | 302.12 | 0.57 | 0.61 |
| Hex | D4 | 63 | D0 | 0 | 35 | 2 | 11 | 12E | 39 | 3D |
| Octal | 324 | 143 | 320 | 0 | 65 | 2 | 21 | 456 | 71 | 75 |
| Binary | 11010100 | 1100011 | 11010000 | 0 | 110101 | 10 | 10001 | 100101110 | 111001 | 111101 |
Color Harmonies of #D463D0
Complementary color
Monochromatic Colors of #D463D0
Black with #D463D0
Text Example
Text Example
White with #D463D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D463D0; }
p { color: rgb(212,99,208); }
H1.HeaderClassName
{
color: #D463D0;
}
.AnyTagClassName
{
color: #D463D0;
}
</style>
background-color css
<style>
a { background-color: #D463D0; }
a { background-color: rgb(212,99,208); }
div.DivClassName
{
background-color: #D463D0;
}
.BgClassName
{
background-color: #D463D0;
}
</style>
border-color css
<style>
span { border-color: #D463D0; }
span { border-color: rgb(212,99,208); }
td.TdClassName
{
border-color: #D463D0;
}
.TagClassName
{
border-color: #D463D0;
}
</style>