Shades of Orchid #D07FCF
Tints of Orchid #D07FCF
RGB
CMYK
RGB Variations
Color information
#D07FCF (or 0xD07FCF) is known color: Orchid. HEX triplet: D0, 7F and CF. RGB value is (208,127,207). Sum of RGB (Red+Green+Blue) = 208+127+207=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 127 (50% from 255 or 23.43% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 208 - color contains mainly: red. Hex color #D07FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07FCF is #2F8030. Grayscale: #A0A0A0. Windows color (decimal): -3113009 or 13598672. OLE color: 13598672.
HSL color Cylindrical-coordinate representation of color #D07FCF: hue angle of 300.74º 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 #D07FCF is Cyan = 0, Magento = 0.39, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 127 | 207 | - |
| CMYK | 0 | 0.39 | 0.00 | 0.18 |
| HSL | 300.74º | 0.46% | 0.66% | - |
| HSV(B) | 300.74º | 0.39% | 0.82% | - |
| XYZ | 44.86 | 33.09 | 63.05 | - |
| YUV | 160.34 | 154.34 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 207 | 0 | 0.39 | 0.00 | 0.18 | 300.74 | 0.46 | 0.66 |
| Hex | D0 | 7F | CF | 0 | 27 | 0 | 12 | 12D | 2E | 42 |
| Octal | 320 | 177 | 317 | 0 | 47 | 0 | 22 | 455 | 56 | 102 |
| Binary | 11010000 | 1111111 | 11001111 | 0 | 100111 | 0 | 10010 | 100101101 | 101110 | 1000010 |
Color Harmonies of #D07FCF
Complementary color
Monochromatic Colors of #D07FCF
Black with #D07FCF
Text Example
Text Example
White with #D07FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07FCF; }
p { color: rgb(208,127,207); }
H1.HeaderClassName
{
color: #D07FCF;
}
.AnyTagClassName
{
color: #D07FCF;
}
</style>
background-color css
<style>
a { background-color: #D07FCF; }
a { background-color: rgb(208,127,207); }
div.DivClassName
{
background-color: #D07FCF;
}
.BgClassName
{
background-color: #D07FCF;
}
</style>
border-color css
<style>
span { border-color: #D07FCF; }
span { border-color: rgb(208,127,207); }
td.TdClassName
{
border-color: #D07FCF;
}
.TagClassName
{
border-color: #D07FCF;
}
</style>