Shades of Orchid #D276DA
Tints of Orchid #D276DA
RGB
CMYK
RGB Variations
Color information
#D276DA (or 0xD276DA) is known color: Orchid. HEX triplet: D2, 76 and DA. RGB value is (210,118,218). Sum of RGB (Red+Green+Blue) = 210+118+218=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 118 (46.48% from 255 or 21.61% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #D276DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D276DA is #2D8925. Grayscale: #9C9C9C. Windows color (decimal): -2984230 or 14317266. OLE color: 14317266.
HSL color Cylindrical-coordinate representation of color #D276DA: hue angle of 295.2º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D276DA is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 118 | 218 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.15 |
| HSL | 295.2º | 0.57% | 0.66% | - |
| HSV(B) | 295.2º | 0.46% | 0.85% | - |
| XYZ | 45.71 | 31.72 | 70.04 | - |
| YUV | 156.91 | 162.48 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 218 | 0.04 | 0.46 | 0 | 0.15 | 295.2 | 0.57 | 0.66 |
| Hex | D2 | 76 | DA | 4 | 2E | 0 | F | 127 | 39 | 42 |
| Octal | 322 | 166 | 332 | 4 | 56 | 0 | 17 | 447 | 71 | 102 |
| Binary | 11010010 | 1110110 | 11011010 | 100 | 101110 | 0 | 1111 | 100100111 | 111001 | 1000010 |
Color Harmonies of #D276DA
Complementary color
Monochromatic Colors of #D276DA
Black with #D276DA
Text Example
Text Example
White with #D276DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D276DA; }
p { color: rgb(210,118,218); }
H1.HeaderClassName
{
color: #D276DA;
}
.AnyTagClassName
{
color: #D276DA;
}
</style>
background-color css
<style>
a { background-color: #D276DA; }
a { background-color: rgb(210,118,218); }
div.DivClassName
{
background-color: #D276DA;
}
.BgClassName
{
background-color: #D276DA;
}
</style>
border-color css
<style>
span { border-color: #D276DA; }
span { border-color: rgb(210,118,218); }
td.TdClassName
{
border-color: #D276DA;
}
.TagClassName
{
border-color: #D276DA;
}
</style>