Shades of Orchid #D261D5
Tints of Orchid #D261D5
RGB
CMYK
RGB Variations
Color information
#D261D5 (or 0xD261D5) is known color: Orchid. HEX triplet: D2, 61 and D5. RGB value is (210,97,213). Sum of RGB (Red+Green+Blue) = 210+97+213=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 97 (38.28% from 255 or 18.65% from 520); Blue value is 213 (83.59% from 255 or 40.96% from 520); Max value from RGB is 213 - color contains mainly: blue. Hex color #D261D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D261D5 is #2D9E2A. Grayscale: #8F8F8F. Windows color (decimal): -2989611 or 13984210. OLE color: 13984210.
HSL color Cylindrical-coordinate representation of color #D261D5: hue angle of 298.45º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D261D5 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 97 | 213 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.16 |
| HSL | 298.45º | 0.58% | 0.61% | - |
| HSV(B) | 298.45º | 0.54% | 0.84% | - |
| XYZ | 42.86 | 27.06 | 65.91 | - |
| YUV | 144.01 | 166.94 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 97 | 213 | 0.01 | 0.54 | 0 | 0.16 | 298.45 | 0.58 | 0.61 |
| Hex | D2 | 61 | D5 | 1 | 36 | 0 | 10 | 12A | 3A | 3D |
| Octal | 322 | 141 | 325 | 1 | 66 | 0 | 20 | 452 | 72 | 75 |
| Binary | 11010010 | 1100001 | 11010101 | 1 | 110110 | 0 | 10000 | 100101010 | 111010 | 111101 |
Color Harmonies of #D261D5
Complementary color
Monochromatic Colors of #D261D5
Black with #D261D5
Text Example
Text Example
White with #D261D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D261D5; }
p { color: rgb(210,97,213); }
H1.HeaderClassName
{
color: #D261D5;
}
.AnyTagClassName
{
color: #D261D5;
}
</style>
background-color css
<style>
a { background-color: #D261D5; }
a { background-color: rgb(210,97,213); }
div.DivClassName
{
background-color: #D261D5;
}
.BgClassName
{
background-color: #D261D5;
}
</style>
border-color css
<style>
span { border-color: #D261D5; }
span { border-color: rgb(210,97,213); }
td.TdClassName
{
border-color: #D261D5;
}
.TagClassName
{
border-color: #D261D5;
}
</style>