Shades of Orchid #D276CE
Tints of Orchid #D276CE
RGB
CMYK
RGB Variations
Color information
#D276CE (or 0xD276CE) is known color: Orchid. HEX triplet: D2, 76 and CE. RGB value is (210,118,206). Sum of RGB (Red+Green+Blue) = 210+118+206=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 118 (46.48% from 255 or 22.10% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 210 - color contains mainly: red. Hex color #D276CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D276CE is #2D8931. Grayscale: #9B9B9B. Windows color (decimal): -2984242 or 13530834. OLE color: 13530834.
HSL color Cylindrical-coordinate representation of color #D276CE: hue angle of 302.61º 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 #D276CE is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 118 | 206 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.18 |
| HSL | 302.61º | 0.51% | 0.64% | - |
| HSV(B) | 302.61º | 0.44% | 0.82% | - |
| XYZ | 44.2 | 31.11 | 62.07 | - |
| YUV | 155.54 | 156.48 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 206 | 0 | 0.44 | 0.02 | 0.18 | 302.61 | 0.51 | 0.64 |
| Hex | D2 | 76 | CE | 0 | 2C | 2 | 12 | 12F | 33 | 40 |
| Octal | 322 | 166 | 316 | 0 | 54 | 2 | 22 | 457 | 63 | 100 |
| Binary | 11010010 | 1110110 | 11001110 | 0 | 101100 | 10 | 10010 | 100101111 | 110011 | 1000000 |
Color Harmonies of #D276CE
Complementary color
Monochromatic Colors of #D276CE
Black with #D276CE
Text Example
Text Example
White with #D276CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D276CE; }
p { color: rgb(210,118,206); }
H1.HeaderClassName
{
color: #D276CE;
}
.AnyTagClassName
{
color: #D276CE;
}
</style>
background-color css
<style>
a { background-color: #D276CE; }
a { background-color: rgb(210,118,206); }
div.DivClassName
{
background-color: #D276CE;
}
.BgClassName
{
background-color: #D276CE;
}
</style>
border-color css
<style>
span { border-color: #D276CE; }
span { border-color: rgb(210,118,206); }
td.TdClassName
{
border-color: #D276CE;
}
.TagClassName
{
border-color: #D276CE;
}
</style>