Shades of Orchid #D07CCF
Tints of Orchid #D07CCF
RGB
CMYK
RGB Variations
Color information
#D07CCF (or 0xD07CCF) is known color: Orchid. HEX triplet: D0, 7C and CF. RGB value is (208,124,207). Sum of RGB (Red+Green+Blue) = 208+124+207=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 124 (48.83% from 255 or 23.01% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 208 - color contains mainly: red. Hex color #D07CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07CCF is #2F8330. Grayscale: #9E9E9E. Windows color (decimal): -3113777 or 13597904. OLE color: 13597904.
HSL color Cylindrical-coordinate representation of color #D07CCF: hue angle of 300.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D07CCF is Cyan = 0, Magento = 0.40, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 207 | - |
| CMYK | 0 | 0.40 | 0.00 | 0.18 |
| HSL | 300.71º | 0.47% | 0.65% | - |
| HSV(B) | 300.71º | 0.4% | 0.82% | - |
| XYZ | 44.48 | 32.33 | 62.93 | - |
| YUV | 158.58 | 155.33 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 207 | 0 | 0.40 | 0.00 | 0.18 | 300.71 | 0.47 | 0.65 |
| Hex | D0 | 7C | CF | 0 | 28 | 0 | 12 | 12D | 2F | 41 |
| Octal | 320 | 174 | 317 | 0 | 50 | 0 | 22 | 455 | 57 | 101 |
| Binary | 11010000 | 1111100 | 11001111 | 0 | 101000 | 0 | 10010 | 100101101 | 101111 | 1000001 |
Color Harmonies of #D07CCF
Complementary color
Monochromatic Colors of #D07CCF
Black with #D07CCF
Text Example
Text Example
White with #D07CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07CCF; }
p { color: rgb(208,124,207); }
H1.HeaderClassName
{
color: #D07CCF;
}
.AnyTagClassName
{
color: #D07CCF;
}
</style>
background-color css
<style>
a { background-color: #D07CCF; }
a { background-color: rgb(208,124,207); }
div.DivClassName
{
background-color: #D07CCF;
}
.BgClassName
{
background-color: #D07CCF;
}
</style>
border-color css
<style>
span { border-color: #D07CCF; }
span { border-color: rgb(208,124,207); }
td.TdClassName
{
border-color: #D07CCF;
}
.TagClassName
{
border-color: #D07CCF;
}
</style>