Shades of Orchid #D279C9
Tints of Orchid #D279C9
RGB
CMYK
RGB Variations
Color information
#D279C9 (or 0xD279C9) is known color: Orchid. HEX triplet: D2, 79 and C9. RGB value is (210,121,201). Sum of RGB (Red+Green+Blue) = 210+121+201=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 121 (47.66% from 255 or 22.74% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 210 - color contains mainly: red. Hex color #D279C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D279C9 is #2D8636. Grayscale: #9C9C9C. Windows color (decimal): -2983479 or 13203922. OLE color: 13203922.
HSL color Cylindrical-coordinate representation of color #D279C9: hue angle of 306.07º 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 #D279C9 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 121 | 201 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.18 |
| HSL | 306.07º | 0.5% | 0.65% | - |
| HSV(B) | 306.07º | 0.42% | 0.82% | - |
| XYZ | 43.96 | 31.59 | 59.04 | - |
| YUV | 156.73 | 152.99 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 121 | 201 | 0 | 0.42 | 0.04 | 0.18 | 306.07 | 0.5 | 0.65 |
| Hex | D2 | 79 | C9 | 0 | 2A | 4 | 12 | 132 | 32 | 41 |
| Octal | 322 | 171 | 311 | 0 | 52 | 4 | 22 | 462 | 62 | 101 |
| Binary | 11010010 | 1111001 | 11001001 | 0 | 101010 | 100 | 10010 | 100110010 | 110010 | 1000001 |
Color Harmonies of #D279C9
Complementary color
Monochromatic Colors of #D279C9
Black with #D279C9
Text Example
Text Example
White with #D279C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D279C9; }
p { color: rgb(210,121,201); }
H1.HeaderClassName
{
color: #D279C9;
}
.AnyTagClassName
{
color: #D279C9;
}
</style>
background-color css
<style>
a { background-color: #D279C9; }
a { background-color: rgb(210,121,201); }
div.DivClassName
{
background-color: #D279C9;
}
.BgClassName
{
background-color: #D279C9;
}
</style>
border-color css
<style>
span { border-color: #D279C9; }
span { border-color: rgb(210,121,201); }
td.TdClassName
{
border-color: #D279C9;
}
.TagClassName
{
border-color: #D279C9;
}
</style>