Shades of Orchid #D460DF
Tints of Orchid #D460DF
RGB
CMYK
RGB Variations
Color information
#D460DF (or 0xD460DF) is known color: Orchid. HEX triplet: D4, 60 and DF. RGB value is (212,96,223). Sum of RGB (Red+Green+Blue) = 212+96+223=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 96 (37.89% from 255 or 18.08% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #D460DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D460DF is #2B9F20. Grayscale: #909090. Windows color (decimal): -2858785 or 14639316. OLE color: 14639316.
HSL color Cylindrical-coordinate representation of color #D460DF: hue angle of 294.8º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D460DF is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 96 | 223 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.13 |
| HSL | 294.8º | 0.66% | 0.63% | - |
| HSV(B) | 294.8º | 0.57% | 0.87% | - |
| XYZ | 44.65 | 27.69 | 72.8 | - |
| YUV | 145.16 | 171.93 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 96 | 223 | 0.05 | 0.57 | 0 | 0.13 | 294.8 | 0.66 | 0.63 |
| Hex | D4 | 60 | DF | 5 | 39 | 0 | D | 127 | 42 | 3F |
| Octal | 324 | 140 | 337 | 5 | 71 | 0 | 15 | 447 | 102 | 77 |
| Binary | 11010100 | 1100000 | 11011111 | 101 | 111001 | 0 | 1101 | 100100111 | 1000010 | 111111 |
Color Harmonies of #D460DF
Complementary color
Monochromatic Colors of #D460DF
Black with #D460DF
Text Example
Text Example
White with #D460DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D460DF; }
p { color: rgb(212,96,223); }
H1.HeaderClassName
{
color: #D460DF;
}
.AnyTagClassName
{
color: #D460DF;
}
</style>
background-color css
<style>
a { background-color: #D460DF; }
a { background-color: rgb(212,96,223); }
div.DivClassName
{
background-color: #D460DF;
}
.BgClassName
{
background-color: #D460DF;
}
</style>
border-color css
<style>
span { border-color: #D460DF; }
span { border-color: rgb(212,96,223); }
td.TdClassName
{
border-color: #D460DF;
}
.TagClassName
{
border-color: #D460DF;
}
</style>