Shades of Orchid #D276CF
Tints of Orchid #D276CF
RGB
CMYK
RGB Variations
Color information
#D276CF (or 0xD276CF) is known color: Orchid. HEX triplet: D2, 76 and CF. RGB value is (210,118,207). Sum of RGB (Red+Green+Blue) = 210+118+207=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 118 (46.48% from 255 or 22.06% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 210 - color contains mainly: red. Hex color #D276CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D276CF is #2D8930. Grayscale: #9B9B9B. Windows color (decimal): -2984241 or 13596370. OLE color: 13596370.
HSL color Cylindrical-coordinate representation of color #D276CF: hue angle of 301.96º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D276CF is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 118 | 207 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.18 |
| HSL | 301.96º | 0.51% | 0.64% | - |
| HSV(B) | 301.96º | 0.44% | 0.82% | - |
| XYZ | 44.32 | 31.16 | 62.71 | - |
| YUV | 155.65 | 156.98 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 207 | 0 | 0.44 | 0.01 | 0.18 | 301.96 | 0.51 | 0.64 |
| Hex | D2 | 76 | CF | 0 | 2C | 1 | 12 | 12E | 33 | 40 |
| Octal | 322 | 166 | 317 | 0 | 54 | 1 | 22 | 456 | 63 | 100 |
| Binary | 11010010 | 1110110 | 11001111 | 0 | 101100 | 1 | 10010 | 100101110 | 110011 | 1000000 |
Color Harmonies of #D276CF
Complementary color
Monochromatic Colors of #D276CF
Black with #D276CF
Text Example
Text Example
White with #D276CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D276CF; }
p { color: rgb(210,118,207); }
H1.HeaderClassName
{
color: #D276CF;
}
.AnyTagClassName
{
color: #D276CF;
}
</style>
background-color css
<style>
a { background-color: #D276CF; }
a { background-color: rgb(210,118,207); }
div.DivClassName
{
background-color: #D276CF;
}
.BgClassName
{
background-color: #D276CF;
}
</style>
border-color css
<style>
span { border-color: #D276CF; }
span { border-color: rgb(210,118,207); }
td.TdClassName
{
border-color: #D276CF;
}
.TagClassName
{
border-color: #D276CF;
}
</style>