Shades of Orchid #D461DF
Tints of Orchid #D461DF
RGB
CMYK
RGB Variations
Color information
#D461DF (or 0xD461DF) is known color: Orchid. HEX triplet: D4, 61 and DF. RGB value is (212,97,223). Sum of RGB (Red+Green+Blue) = 212+97+223=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 97 (38.28% from 255 or 18.23% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #D461DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D461DF is #2B9E20. Grayscale: #919191. Windows color (decimal): -2858529 or 14639572. OLE color: 14639572.
HSL color Cylindrical-coordinate representation of color #D461DF: hue angle of 294.76º 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 #D461DF is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 97 | 223 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.13 |
| HSL | 294.76º | 0.66% | 0.63% | - |
| HSV(B) | 294.76º | 0.57% | 0.87% | - |
| XYZ | 44.75 | 27.87 | 72.83 | - |
| YUV | 145.75 | 171.6 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 97 | 223 | 0.05 | 0.57 | 0 | 0.13 | 294.76 | 0.66 | 0.63 |
| Hex | D4 | 61 | DF | 5 | 39 | 0 | D | 127 | 42 | 3F |
| Octal | 324 | 141 | 337 | 5 | 71 | 0 | 15 | 447 | 102 | 77 |
| Binary | 11010100 | 1100001 | 11011111 | 101 | 111001 | 0 | 1101 | 100100111 | 1000010 | 111111 |
Color Harmonies of #D461DF
Complementary color
Monochromatic Colors of #D461DF
Black with #D461DF
Text Example
Text Example
White with #D461DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D461DF; }
p { color: rgb(212,97,223); }
H1.HeaderClassName
{
color: #D461DF;
}
.AnyTagClassName
{
color: #D461DF;
}
</style>
background-color css
<style>
a { background-color: #D461DF; }
a { background-color: rgb(212,97,223); }
div.DivClassName
{
background-color: #D461DF;
}
.BgClassName
{
background-color: #D461DF;
}
</style>
border-color css
<style>
span { border-color: #D461DF; }
span { border-color: rgb(212,97,223); }
td.TdClassName
{
border-color: #D461DF;
}
.TagClassName
{
border-color: #D461DF;
}
</style>