Shades of Orchid #D279C6
Tints of Orchid #D279C6
RGB
CMYK
RGB Variations
Color information
#D279C6 (or 0xD279C6) is known color: Orchid. HEX triplet: D2, 79 and C6. RGB value is (210,121,198). Sum of RGB (Red+Green+Blue) = 210+121+198=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 121 (47.66% from 255 or 22.87% from 529); Blue value is 198 (77.73% from 255 or 37.43% from 529); Max value from RGB is 210 - color contains mainly: red. Hex color #D279C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D279C6 is #2D8639. Grayscale: #9C9C9C. Windows color (decimal): -2983482 or 13007314. OLE color: 13007314.
HSL color Cylindrical-coordinate representation of color #D279C6: hue angle of 308.09º 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 #D279C6 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 121 | 198 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.18 |
| HSL | 308.09º | 0.5% | 0.65% | - |
| HSV(B) | 308.09º | 0.42% | 0.82% | - |
| XYZ | 43.61 | 31.45 | 57.2 | - |
| YUV | 156.39 | 151.49 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 121 | 198 | 0 | 0.42 | 0.06 | 0.18 | 308.09 | 0.5 | 0.65 |
| Hex | D2 | 79 | C6 | 0 | 2A | 6 | 12 | 134 | 32 | 41 |
| Octal | 322 | 171 | 306 | 0 | 52 | 6 | 22 | 464 | 62 | 101 |
| Binary | 11010010 | 1111001 | 11000110 | 0 | 101010 | 110 | 10010 | 100110100 | 110010 | 1000001 |
Color Harmonies of #D279C6
Complementary color
Monochromatic Colors of #D279C6
Black with #D279C6
Text Example
Text Example
White with #D279C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D279C6; }
p { color: rgb(210,121,198); }
H1.HeaderClassName
{
color: #D279C6;
}
.AnyTagClassName
{
color: #D279C6;
}
</style>
background-color css
<style>
a { background-color: #D279C6; }
a { background-color: rgb(210,121,198); }
div.DivClassName
{
background-color: #D279C6;
}
.BgClassName
{
background-color: #D279C6;
}
</style>
border-color css
<style>
span { border-color: #D279C6; }
span { border-color: rgb(210,121,198); }
td.TdClassName
{
border-color: #D279C6;
}
.TagClassName
{
border-color: #D279C6;
}
</style>