Shades of Orchid #D261CE
Tints of Orchid #D261CE
RGB
CMYK
RGB Variations
Color information
#D261CE (or 0xD261CE) is known color: Orchid. HEX triplet: D2, 61 and CE. RGB value is (210,97,206). Sum of RGB (Red+Green+Blue) = 210+97+206=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 97 (38.28% from 255 or 18.91% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D261CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D261CE is #2D9E31. Grayscale: #8E8E8E. Windows color (decimal): -2989618 or 13525458. OLE color: 13525458.
HSL color Cylindrical-coordinate representation of color #D261CE: hue angle of 302.12º 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 #D261CE is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 97 | 206 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.18 |
| HSL | 302.12º | 0.56% | 0.6% | - |
| HSV(B) | 302.12º | 0.54% | 0.82% | - |
| XYZ | 41.99 | 26.71 | 61.33 | - |
| YUV | 143.21 | 163.44 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 97 | 206 | 0 | 0.54 | 0.02 | 0.18 | 302.12 | 0.56 | 0.6 |
| Hex | D2 | 61 | CE | 0 | 36 | 2 | 12 | 12E | 38 | 3C |
| Octal | 322 | 141 | 316 | 0 | 66 | 2 | 22 | 456 | 70 | 74 |
| Binary | 11010010 | 1100001 | 11001110 | 0 | 110110 | 10 | 10010 | 100101110 | 111000 | 111100 |
Color Harmonies of #D261CE
Complementary color
Monochromatic Colors of #D261CE
Black with #D261CE
Text Example
Text Example
White with #D261CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D261CE; }
p { color: rgb(210,97,206); }
H1.HeaderClassName
{
color: #D261CE;
}
.AnyTagClassName
{
color: #D261CE;
}
</style>
background-color css
<style>
a { background-color: #D261CE; }
a { background-color: rgb(210,97,206); }
div.DivClassName
{
background-color: #D261CE;
}
.BgClassName
{
background-color: #D261CE;
}
</style>
border-color css
<style>
span { border-color: #D261CE; }
span { border-color: rgb(210,97,206); }
td.TdClassName
{
border-color: #D261CE;
}
.TagClassName
{
border-color: #D261CE;
}
</style>