Shades of Orchid #D463CD
Tints of Orchid #D463CD
RGB
CMYK
RGB Variations
Color information
#D463CD (or 0xD463CD) is known color: Orchid. HEX triplet: D4, 63 and CD. RGB value is (212,99,205). Sum of RGB (Red+Green+Blue) = 212+99+205=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 99 (39.06% from 255 or 19.19% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D463CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D463CD is #2B9C32. Grayscale: #909090. Windows color (decimal): -2858035 or 13460436. OLE color: 13460436.
HSL color Cylindrical-coordinate representation of color #D463CD: hue angle of 303.72º 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 #D463CD is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 99 | 205 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.17 |
| HSL | 303.72º | 0.57% | 0.61% | - |
| HSV(B) | 303.72º | 0.53% | 0.83% | - |
| XYZ | 42.63 | 27.33 | 60.79 | - |
| YUV | 144.87 | 161.94 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 99 | 205 | 0 | 0.53 | 0.03 | 0.17 | 303.72 | 0.57 | 0.61 |
| Hex | D4 | 63 | CD | 0 | 35 | 3 | 11 | 130 | 39 | 3D |
| Octal | 324 | 143 | 315 | 0 | 65 | 3 | 21 | 460 | 71 | 75 |
| Binary | 11010100 | 1100011 | 11001101 | 0 | 110101 | 11 | 10001 | 100110000 | 111001 | 111101 |
Color Harmonies of #D463CD
Complementary color
Monochromatic Colors of #D463CD
Black with #D463CD
Text Example
Text Example
White with #D463CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D463CD; }
p { color: rgb(212,99,205); }
H1.HeaderClassName
{
color: #D463CD;
}
.AnyTagClassName
{
color: #D463CD;
}
</style>
background-color css
<style>
a { background-color: #D463CD; }
a { background-color: rgb(212,99,205); }
div.DivClassName
{
background-color: #D463CD;
}
.BgClassName
{
background-color: #D463CD;
}
</style>
border-color css
<style>
span { border-color: #D463CD; }
span { border-color: rgb(212,99,205); }
td.TdClassName
{
border-color: #D463CD;
}
.TagClassName
{
border-color: #D463CD;
}
</style>