Shades of Orchid #D260D0
Tints of Orchid #D260D0
RGB
CMYK
RGB Variations
Color information
#D260D0 (or 0xD260D0) is known color: Orchid. HEX triplet: D2, 60 and D0. RGB value is (210,96,208). Sum of RGB (Red+Green+Blue) = 210+96+208=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 96 (37.89% from 255 or 18.68% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 210 - color contains mainly: red. Hex color #D260D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D260D0 is #2D9F2F. Grayscale: #8E8E8E. Windows color (decimal): -2989872 or 13656274. OLE color: 13656274.
HSL color Cylindrical-coordinate representation of color #D260D0: hue angle of 301.05º 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 #D260D0 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 96 | 208 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.18 |
| HSL | 301.05º | 0.56% | 0.6% | - |
| HSV(B) | 301.05º | 0.54% | 0.82% | - |
| XYZ | 42.15 | 26.62 | 62.59 | - |
| YUV | 142.85 | 164.77 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 96 | 208 | 0 | 0.54 | 0.01 | 0.18 | 301.05 | 0.56 | 0.6 |
| Hex | D2 | 60 | D0 | 0 | 36 | 1 | 12 | 12D | 38 | 3C |
| Octal | 322 | 140 | 320 | 0 | 66 | 1 | 22 | 455 | 70 | 74 |
| Binary | 11010010 | 1100000 | 11010000 | 0 | 110110 | 1 | 10010 | 100101101 | 111000 | 111100 |
Color Harmonies of #D260D0
Complementary color
Monochromatic Colors of #D260D0
Black with #D260D0
Text Example
Text Example
White with #D260D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D260D0; }
p { color: rgb(210,96,208); }
H1.HeaderClassName
{
color: #D260D0;
}
.AnyTagClassName
{
color: #D260D0;
}
</style>
background-color css
<style>
a { background-color: #D260D0; }
a { background-color: rgb(210,96,208); }
div.DivClassName
{
background-color: #D260D0;
}
.BgClassName
{
background-color: #D260D0;
}
</style>
border-color css
<style>
span { border-color: #D260D0; }
span { border-color: rgb(210,96,208); }
td.TdClassName
{
border-color: #D260D0;
}
.TagClassName
{
border-color: #D260D0;
}
</style>