Shades of Orchid #D07FC6
Tints of Orchid #D07FC6
RGB
CMYK
RGB Variations
Color information
#D07FC6 (or 0xD07FC6) is known color: Orchid. HEX triplet: D0, 7F and C6. RGB value is (208,127,198). Sum of RGB (Red+Green+Blue) = 208+127+198=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 127 (50% from 255 or 23.83% from 533); Blue value is 198 (77.73% from 255 or 37.15% from 533); Max value from RGB is 208 - color contains mainly: red. Hex color #D07FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07FC6 is #2F8039. Grayscale: #9F9F9F. Windows color (decimal): -3113018 or 13008848. OLE color: 13008848.
HSL color Cylindrical-coordinate representation of color #D07FC6: hue angle of 307.41º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D07FC6 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 127 | 198 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.18 |
| HSL | 307.41º | 0.46% | 0.66% | - |
| HSV(B) | 307.41º | 0.39% | 0.82% | - |
| XYZ | 43.79 | 32.67 | 57.42 | - |
| YUV | 159.31 | 149.84 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 198 | 0 | 0.39 | 0.05 | 0.18 | 307.41 | 0.46 | 0.66 |
| Hex | D0 | 7F | C6 | 0 | 27 | 5 | 12 | 133 | 2E | 42 |
| Octal | 320 | 177 | 306 | 0 | 47 | 5 | 22 | 463 | 56 | 102 |
| Binary | 11010000 | 1111111 | 11000110 | 0 | 100111 | 101 | 10010 | 100110011 | 101110 | 1000010 |
Color Harmonies of #D07FC6
Complementary color
Monochromatic Colors of #D07FC6
Black with #D07FC6
Text Example
Text Example
White with #D07FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07FC6; }
p { color: rgb(208,127,198); }
H1.HeaderClassName
{
color: #D07FC6;
}
.AnyTagClassName
{
color: #D07FC6;
}
</style>
background-color css
<style>
a { background-color: #D07FC6; }
a { background-color: rgb(208,127,198); }
div.DivClassName
{
background-color: #D07FC6;
}
.BgClassName
{
background-color: #D07FC6;
}
</style>
border-color css
<style>
span { border-color: #D07FC6; }
span { border-color: rgb(208,127,198); }
td.TdClassName
{
border-color: #D07FC6;
}
.TagClassName
{
border-color: #D07FC6;
}
</style>