Shades of Orchid #D260CD
Tints of Orchid #D260CD
RGB
CMYK
RGB Variations
Color information
#D260CD (or 0xD260CD) is known color: Orchid. HEX triplet: D2, 60 and CD. RGB value is (210,96,205). Sum of RGB (Red+Green+Blue) = 210+96+205=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 96 (37.89% from 255 or 18.79% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D260CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D260CD is #2D9F32. Grayscale: #8E8E8E. Windows color (decimal): -2989875 or 13459666. OLE color: 13459666.
HSL color Cylindrical-coordinate representation of color #D260CD: hue angle of 302.63º 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 #D260CD is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 96 | 205 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.18 |
| HSL | 302.63º | 0.56% | 0.6% | - |
| HSV(B) | 302.63º | 0.54% | 0.82% | - |
| XYZ | 41.78 | 26.48 | 60.67 | - |
| YUV | 142.51 | 163.27 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 96 | 205 | 0 | 0.54 | 0.02 | 0.18 | 302.63 | 0.56 | 0.6 |
| Hex | D2 | 60 | CD | 0 | 36 | 2 | 12 | 12F | 38 | 3C |
| Octal | 322 | 140 | 315 | 0 | 66 | 2 | 22 | 457 | 70 | 74 |
| Binary | 11010010 | 1100000 | 11001101 | 0 | 110110 | 10 | 10010 | 100101111 | 111000 | 111100 |
Color Harmonies of #D260CD
Complementary color
Monochromatic Colors of #D260CD
Black with #D260CD
Text Example
Text Example
White with #D260CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D260CD; }
p { color: rgb(210,96,205); }
H1.HeaderClassName
{
color: #D260CD;
}
.AnyTagClassName
{
color: #D260CD;
}
</style>
background-color css
<style>
a { background-color: #D260CD; }
a { background-color: rgb(210,96,205); }
div.DivClassName
{
background-color: #D260CD;
}
.BgClassName
{
background-color: #D260CD;
}
</style>
border-color css
<style>
span { border-color: #D260CD; }
span { border-color: rgb(210,96,205); }
td.TdClassName
{
border-color: #D260CD;
}
.TagClassName
{
border-color: #D260CD;
}
</style>