Shades of Orchid #D07FC9
Tints of Orchid #D07FC9
RGB
CMYK
RGB Variations
Color information
#D07FC9 (or 0xD07FC9) is known color: Orchid. HEX triplet: D0, 7F and C9. RGB value is (208,127,201). Sum of RGB (Red+Green+Blue) = 208+127+201=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 127 (50% from 255 or 23.69% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 208 - color contains mainly: red. Hex color #D07FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07FC9 is #2F8036. Grayscale: #9F9F9F. Windows color (decimal): -3113015 or 13205456. OLE color: 13205456.
HSL color Cylindrical-coordinate representation of color #D07FC9: hue angle of 305.19º 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 #D07FC9 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 127 | 201 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.18 |
| HSL | 305.19º | 0.46% | 0.66% | - |
| HSV(B) | 305.19º | 0.39% | 0.82% | - |
| XYZ | 44.14 | 32.81 | 59.26 | - |
| YUV | 159.66 | 151.34 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 201 | 0 | 0.39 | 0.03 | 0.18 | 305.19 | 0.46 | 0.66 |
| Hex | D0 | 7F | C9 | 0 | 27 | 3 | 12 | 131 | 2E | 42 |
| Octal | 320 | 177 | 311 | 0 | 47 | 3 | 22 | 461 | 56 | 102 |
| Binary | 11010000 | 1111111 | 11001001 | 0 | 100111 | 11 | 10010 | 100110001 | 101110 | 1000010 |
Color Harmonies of #D07FC9
Complementary color
Monochromatic Colors of #D07FC9
Black with #D07FC9
Text Example
Text Example
White with #D07FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07FC9; }
p { color: rgb(208,127,201); }
H1.HeaderClassName
{
color: #D07FC9;
}
.AnyTagClassName
{
color: #D07FC9;
}
</style>
background-color css
<style>
a { background-color: #D07FC9; }
a { background-color: rgb(208,127,201); }
div.DivClassName
{
background-color: #D07FC9;
}
.BgClassName
{
background-color: #D07FC9;
}
</style>
border-color css
<style>
span { border-color: #D07FC9; }
span { border-color: rgb(208,127,201); }
td.TdClassName
{
border-color: #D07FC9;
}
.TagClassName
{
border-color: #D07FC9;
}
</style>