Shades of Orchid #D261E7
Tints of Orchid #D261E7
RGB
CMYK
RGB Variations
Color information
#D261E7 (or 0xD261E7) is known color: Orchid. HEX triplet: D2, 61 and E7. RGB value is (210,97,231). Sum of RGB (Red+Green+Blue) = 210+97+231=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 97 (38.28% from 255 or 18.03% from 538); Blue value is 231 (90.62% from 255 or 42.94% from 538); Max value from RGB is 231 - color contains mainly: blue. Hex color #D261E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D261E7 is #2D9E18. Grayscale: #919191. Windows color (decimal): -2989593 or 15163858. OLE color: 15163858.
HSL color Cylindrical-coordinate representation of color #D261E7: hue angle of 290.6º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D261E7 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 97 | 231 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.09 |
| HSL | 290.6º | 0.74% | 0.64% | - |
| HSV(B) | 290.6º | 0.58% | 0.91% | - |
| XYZ | 45.28 | 28.02 | 78.62 | - |
| YUV | 146.06 | 175.94 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 97 | 231 | 0.09 | 0.58 | 0 | 0.09 | 290.6 | 0.74 | 0.64 |
| Hex | D2 | 61 | E7 | 9 | 3A | 0 | 9 | 123 | 4A | 40 |
| Octal | 322 | 141 | 347 | 11 | 72 | 0 | 11 | 443 | 112 | 100 |
| Binary | 11010010 | 1100001 | 11100111 | 1001 | 111010 | 0 | 1001 | 100100011 | 1001010 | 1000000 |
Color Harmonies of #D261E7
Complementary color
Monochromatic Colors of #D261E7
Black with #D261E7
Text Example
Text Example
White with #D261E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D261E7; }
p { color: rgb(210,97,231); }
H1.HeaderClassName
{
color: #D261E7;
}
.AnyTagClassName
{
color: #D261E7;
}
</style>
background-color css
<style>
a { background-color: #D261E7; }
a { background-color: rgb(210,97,231); }
div.DivClassName
{
background-color: #D261E7;
}
.BgClassName
{
background-color: #D261E7;
}
</style>
border-color css
<style>
span { border-color: #D261E7; }
span { border-color: rgb(210,97,231); }
td.TdClassName
{
border-color: #D261E7;
}
.TagClassName
{
border-color: #D261E7;
}
</style>