Shades of Orchid #D06FC5
Tints of Orchid #D06FC5
RGB
CMYK
RGB Variations
Color information
#D06FC5 (or 0xD06FC5) is known color: Orchid. HEX triplet: D0, 6F and C5. RGB value is (208,111,197). Sum of RGB (Red+Green+Blue) = 208+111+197=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 111 (43.75% from 255 or 21.51% from 516); Blue value is 197 (77.34% from 255 or 38.18% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D06FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06FC5 is #2F903A. Grayscale: #959595. Windows color (decimal): -3117115 or 12939216. OLE color: 12939216.
HSL color Cylindrical-coordinate representation of color #D06FC5: hue angle of 306.8º 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 #D06FC5 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 197 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.18 |
| HSL | 306.8º | 0.51% | 0.63% | - |
| HSV(B) | 306.8º | 0.47% | 0.82% | - |
| XYZ | 41.77 | 28.81 | 56.18 | - |
| YUV | 149.81 | 154.64 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 197 | 0 | 0.47 | 0.05 | 0.18 | 306.8 | 0.51 | 0.63 |
| Hex | D0 | 6F | C5 | 0 | 2F | 5 | 12 | 133 | 33 | 3F |
| Octal | 320 | 157 | 305 | 0 | 57 | 5 | 22 | 463 | 63 | 77 |
| Binary | 11010000 | 1101111 | 11000101 | 0 | 101111 | 101 | 10010 | 100110011 | 110011 | 111111 |
Color Harmonies of #D06FC5
Complementary color
Monochromatic Colors of #D06FC5
Black with #D06FC5
Text Example
Text Example
White with #D06FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06FC5; }
p { color: rgb(208,111,197); }
H1.HeaderClassName
{
color: #D06FC5;
}
.AnyTagClassName
{
color: #D06FC5;
}
</style>
background-color css
<style>
a { background-color: #D06FC5; }
a { background-color: rgb(208,111,197); }
div.DivClassName
{
background-color: #D06FC5;
}
.BgClassName
{
background-color: #D06FC5;
}
</style>
border-color css
<style>
span { border-color: #D06FC5; }
span { border-color: rgb(208,111,197); }
td.TdClassName
{
border-color: #D06FC5;
}
.TagClassName
{
border-color: #D06FC5;
}
</style>