Shades of Orchid #D279BD
Tints of Orchid #D279BD
RGB
CMYK
RGB Variations
Color information
#D279BD (or 0xD279BD) is known color: Orchid. HEX triplet: D2, 79 and BD. RGB value is (210,121,189). Sum of RGB (Red+Green+Blue) = 210+121+189=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 121 (47.66% from 255 or 23.27% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 210 - color contains mainly: red. Hex color #D279BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D279BD is #2D8642. Grayscale: #9B9B9B. Windows color (decimal): -2983491 or 12417490. OLE color: 12417490.
HSL color Cylindrical-coordinate representation of color #D279BD: hue angle of 314.16º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D279BD is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 121 | 189 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.18 |
| HSL | 314.16º | 0.5% | 0.65% | - |
| HSV(B) | 314.16º | 0.42% | 0.82% | - |
| XYZ | 42.6 | 31.05 | 51.89 | - |
| YUV | 155.36 | 146.99 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 121 | 189 | 0 | 0.42 | 0.10 | 0.18 | 314.16 | 0.5 | 0.65 |
| Hex | D2 | 79 | BD | 0 | 2A | A | 12 | 13A | 32 | 41 |
| Octal | 322 | 171 | 275 | 0 | 52 | 12 | 22 | 472 | 62 | 101 |
| Binary | 11010010 | 1111001 | 10111101 | 0 | 101010 | 1010 | 10010 | 100111010 | 110010 | 1000001 |
Color Harmonies of #D279BD
Complementary color
Monochromatic Colors of #D279BD
Black with #D279BD
Text Example
Text Example
White with #D279BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D279BD; }
p { color: rgb(210,121,189); }
H1.HeaderClassName
{
color: #D279BD;
}
.AnyTagClassName
{
color: #D279BD;
}
</style>
background-color css
<style>
a { background-color: #D279BD; }
a { background-color: rgb(210,121,189); }
div.DivClassName
{
background-color: #D279BD;
}
.BgClassName
{
background-color: #D279BD;
}
</style>
border-color css
<style>
span { border-color: #D279BD; }
span { border-color: rgb(210,121,189); }
td.TdClassName
{
border-color: #D279BD;
}
.TagClassName
{
border-color: #D279BD;
}
</style>