Shades of Orchid #D06FCF
Tints of Orchid #D06FCF
RGB
CMYK
RGB Variations
Color information
#D06FCF (or 0xD06FCF) is known color: Orchid. HEX triplet: D0, 6F and CF. RGB value is (208,111,207). Sum of RGB (Red+Green+Blue) = 208+111+207=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 111 (43.75% from 255 or 21.10% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 208 - color contains mainly: red. Hex color #D06FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06FCF is #2F9030. Grayscale: #969696. Windows color (decimal): -3117105 or 13594576. OLE color: 13594576.
HSL color Cylindrical-coordinate representation of color #D06FCF: hue angle of 300.62º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D06FCF is Cyan = 0, Magento = 0.47, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 207 | - |
| CMYK | 0 | 0.47 | 0.00 | 0.18 |
| HSL | 300.62º | 0.51% | 0.63% | - |
| HSV(B) | 300.62º | 0.47% | 0.82% | - |
| XYZ | 42.96 | 29.28 | 62.42 | - |
| YUV | 150.95 | 159.64 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 207 | 0 | 0.47 | 0.00 | 0.18 | 300.62 | 0.51 | 0.63 |
| Hex | D0 | 6F | CF | 0 | 2F | 0 | 12 | 12D | 33 | 3F |
| Octal | 320 | 157 | 317 | 0 | 57 | 0 | 22 | 455 | 63 | 77 |
| Binary | 11010000 | 1101111 | 11001111 | 0 | 101111 | 0 | 10010 | 100101101 | 110011 | 111111 |
Color Harmonies of #D06FCF
Complementary color
Monochromatic Colors of #D06FCF
Black with #D06FCF
Text Example
Text Example
White with #D06FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06FCF; }
p { color: rgb(208,111,207); }
H1.HeaderClassName
{
color: #D06FCF;
}
.AnyTagClassName
{
color: #D06FCF;
}
</style>
background-color css
<style>
a { background-color: #D06FCF; }
a { background-color: rgb(208,111,207); }
div.DivClassName
{
background-color: #D06FCF;
}
.BgClassName
{
background-color: #D06FCF;
}
</style>
border-color css
<style>
span { border-color: #D06FCF; }
span { border-color: rgb(208,111,207); }
td.TdClassName
{
border-color: #D06FCF;
}
.TagClassName
{
border-color: #D06FCF;
}
</style>