Shades of Orchid #D261DF
Tints of Orchid #D261DF
RGB
CMYK
RGB Variations
Color information
#D261DF (or 0xD261DF) is known color: Orchid. HEX triplet: D2, 61 and DF. RGB value is (210,97,223). Sum of RGB (Red+Green+Blue) = 210+97+223=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 97 (38.28% from 255 or 18.30% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #D261DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D261DF is #2D9E20. Grayscale: #909090. Windows color (decimal): -2989601 or 14639570. OLE color: 14639570.
HSL color Cylindrical-coordinate representation of color #D261DF: hue angle of 293.81º 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 #D261DF is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 97 | 223 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.13 |
| HSL | 293.81º | 0.66% | 0.63% | - |
| HSV(B) | 293.81º | 0.57% | 0.87% | - |
| XYZ | 44.17 | 27.58 | 72.81 | - |
| YUV | 145.15 | 171.94 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 97 | 223 | 0.06 | 0.57 | 0 | 0.13 | 293.81 | 0.66 | 0.63 |
| Hex | D2 | 61 | DF | 6 | 39 | 0 | D | 126 | 42 | 3F |
| Octal | 322 | 141 | 337 | 6 | 71 | 0 | 15 | 446 | 102 | 77 |
| Binary | 11010010 | 1100001 | 11011111 | 110 | 111001 | 0 | 1101 | 100100110 | 1000010 | 111111 |
Color Harmonies of #D261DF
Complementary color
Monochromatic Colors of #D261DF
Black with #D261DF
Text Example
Text Example
White with #D261DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D261DF; }
p { color: rgb(210,97,223); }
H1.HeaderClassName
{
color: #D261DF;
}
.AnyTagClassName
{
color: #D261DF;
}
</style>
background-color css
<style>
a { background-color: #D261DF; }
a { background-color: rgb(210,97,223); }
div.DivClassName
{
background-color: #D261DF;
}
.BgClassName
{
background-color: #D261DF;
}
</style>
border-color css
<style>
span { border-color: #D261DF; }
span { border-color: rgb(210,97,223); }
td.TdClassName
{
border-color: #D261DF;
}
.TagClassName
{
border-color: #D261DF;
}
</style>