Shades of Orchid #D260D3
Tints of Orchid #D260D3
RGB
CMYK
RGB Variations
Color information
#D260D3 (or 0xD260D3) is known color: Orchid. HEX triplet: D2, 60 and D3. RGB value is (210,96,211). Sum of RGB (Red+Green+Blue) = 210+96+211=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 96 (37.89% from 255 or 18.57% from 517); Blue value is 211 (82.81% from 255 or 40.81% from 517); Max value from RGB is 211 - color contains mainly: blue. Hex color #D260D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D260D3 is #2D9F2C. Grayscale: #8E8E8E. Windows color (decimal): -2989869 or 13852882. OLE color: 13852882.
HSL color Cylindrical-coordinate representation of color #D260D3: hue angle of 299.48º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D260D3 is Cyan = 0.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 96 | 211 | - |
| CMYK | 0.00 | 0.55 | 0 | 0.17 |
| HSL | 299.48º | 0.57% | 0.6% | - |
| HSV(B) | 299.48º | 0.55% | 0.83% | - |
| XYZ | 42.52 | 26.77 | 64.55 | - |
| YUV | 143.2 | 166.27 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 96 | 211 | 0.00 | 0.55 | 0 | 0.17 | 299.48 | 0.57 | 0.6 |
| Hex | D2 | 60 | D3 | 0 | 37 | 0 | 11 | 12B | 39 | 3C |
| Octal | 322 | 140 | 323 | 0 | 67 | 0 | 21 | 453 | 71 | 74 |
| Binary | 11010010 | 1100000 | 11010011 | 0 | 110111 | 0 | 10001 | 100101011 | 111001 | 111100 |
Color Harmonies of #D260D3
Complementary color
Monochromatic Colors of #D260D3
Black with #D260D3
Text Example
Text Example
White with #D260D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D260D3; }
p { color: rgb(210,96,211); }
H1.HeaderClassName
{
color: #D260D3;
}
.AnyTagClassName
{
color: #D260D3;
}
</style>
background-color css
<style>
a { background-color: #D260D3; }
a { background-color: rgb(210,96,211); }
div.DivClassName
{
background-color: #D260D3;
}
.BgClassName
{
background-color: #D260D3;
}
</style>
border-color css
<style>
span { border-color: #D260D3; }
span { border-color: rgb(210,96,211); }
td.TdClassName
{
border-color: #D260D3;
}
.TagClassName
{
border-color: #D260D3;
}
</style>