Shades of Orchid #D260CE
Tints of Orchid #D260CE
RGB
CMYK
RGB Variations
Color information
#D260CE (or 0xD260CE) is known color: Orchid. HEX triplet: D2, 60 and CE. RGB value is (210,96,206). Sum of RGB (Red+Green+Blue) = 210+96+206=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 96 (37.89% from 255 or 18.75% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D260CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D260CE is #2D9F31. Grayscale: #8E8E8E. Windows color (decimal): -2989874 or 13525202. OLE color: 13525202.
HSL color Cylindrical-coordinate representation of color #D260CE: hue angle of 302.11º 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 #D260CE is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 96 | 206 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.18 |
| HSL | 302.11º | 0.56% | 0.6% | - |
| HSV(B) | 302.11º | 0.54% | 0.82% | - |
| XYZ | 41.9 | 26.52 | 61.3 | - |
| YUV | 142.63 | 163.77 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 96 | 206 | 0 | 0.54 | 0.02 | 0.18 | 302.11 | 0.56 | 0.6 |
| Hex | D2 | 60 | CE | 0 | 36 | 2 | 12 | 12E | 38 | 3C |
| Octal | 322 | 140 | 316 | 0 | 66 | 2 | 22 | 456 | 70 | 74 |
| Binary | 11010010 | 1100000 | 11001110 | 0 | 110110 | 10 | 10010 | 100101110 | 111000 | 111100 |
Color Harmonies of #D260CE
Complementary color
Monochromatic Colors of #D260CE
Black with #D260CE
Text Example
Text Example
White with #D260CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D260CE; }
p { color: rgb(210,96,206); }
H1.HeaderClassName
{
color: #D260CE;
}
.AnyTagClassName
{
color: #D260CE;
}
</style>
background-color css
<style>
a { background-color: #D260CE; }
a { background-color: rgb(210,96,206); }
div.DivClassName
{
background-color: #D260CE;
}
.BgClassName
{
background-color: #D260CE;
}
</style>
border-color css
<style>
span { border-color: #D260CE; }
span { border-color: rgb(210,96,206); }
td.TdClassName
{
border-color: #D260CE;
}
.TagClassName
{
border-color: #D260CE;
}
</style>