Shades of Orchid #D261D1
Tints of Orchid #D261D1
RGB
CMYK
RGB Variations
Color information
#D261D1 (or 0xD261D1) is known color: Orchid. HEX triplet: D2, 61 and D1. RGB value is (210,97,209). Sum of RGB (Red+Green+Blue) = 210+97+209=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 97 (38.28% from 255 or 18.80% from 516); Blue value is 209 (82.03% from 255 or 40.50% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D261D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D261D1 is #2D9E2E. Grayscale: #8F8F8F. Windows color (decimal): -2989615 or 13722066. OLE color: 13722066.
HSL color Cylindrical-coordinate representation of color #D261D1: hue angle of 300.53º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D261D1 is Cyan = 0, Magento = 0.54, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 97 | 209 | - |
| CMYK | 0 | 0.54 | 0.00 | 0.18 |
| HSL | 300.53º | 0.56% | 0.6% | - |
| HSV(B) | 300.53º | 0.54% | 0.82% | - |
| XYZ | 42.36 | 26.85 | 63.27 | - |
| YUV | 143.56 | 164.94 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 97 | 209 | 0 | 0.54 | 0.00 | 0.18 | 300.53 | 0.56 | 0.6 |
| Hex | D2 | 61 | D1 | 0 | 36 | 0 | 12 | 12D | 38 | 3C |
| Octal | 322 | 141 | 321 | 0 | 66 | 0 | 22 | 455 | 70 | 74 |
| Binary | 11010010 | 1100001 | 11010001 | 0 | 110110 | 0 | 10010 | 100101101 | 111000 | 111100 |
Color Harmonies of #D261D1
Complementary color
Monochromatic Colors of #D261D1
Black with #D261D1
Text Example
Text Example
White with #D261D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D261D1; }
p { color: rgb(210,97,209); }
H1.HeaderClassName
{
color: #D261D1;
}
.AnyTagClassName
{
color: #D261D1;
}
</style>
background-color css
<style>
a { background-color: #D261D1; }
a { background-color: rgb(210,97,209); }
div.DivClassName
{
background-color: #D261D1;
}
.BgClassName
{
background-color: #D261D1;
}
</style>
border-color css
<style>
span { border-color: #D261D1; }
span { border-color: rgb(210,97,209); }
td.TdClassName
{
border-color: #D261D1;
}
.TagClassName
{
border-color: #D261D1;
}
</style>