Shades of Orchid #D06FCD
Tints of Orchid #D06FCD
RGB
CMYK
RGB Variations
Color information
#D06FCD (or 0xD06FCD) is known color: Orchid. HEX triplet: D0, 6F and CD. RGB value is (208,111,205). Sum of RGB (Red+Green+Blue) = 208+111+205=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 208 - color contains mainly: red. Hex color #D06FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06FCD is #2F9032. Grayscale: #969696. Windows color (decimal): -3117107 or 13463504. OLE color: 13463504.
HSL color Cylindrical-coordinate representation of color #D06FCD: hue angle of 301.86º 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 #D06FCD is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 205 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.18 |
| HSL | 301.86º | 0.51% | 0.63% | - |
| HSV(B) | 301.86º | 0.47% | 0.82% | - |
| XYZ | 42.72 | 29.19 | 61.14 | - |
| YUV | 150.72 | 158.64 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 205 | 0 | 0.47 | 0.01 | 0.18 | 301.86 | 0.51 | 0.63 |
| Hex | D0 | 6F | CD | 0 | 2F | 1 | 12 | 12E | 33 | 3F |
| Octal | 320 | 157 | 315 | 0 | 57 | 1 | 22 | 456 | 63 | 77 |
| Binary | 11010000 | 1101111 | 11001101 | 0 | 101111 | 1 | 10010 | 100101110 | 110011 | 111111 |
Color Harmonies of #D06FCD
Complementary color
Monochromatic Colors of #D06FCD
Black with #D06FCD
Text Example
Text Example
White with #D06FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06FCD; }
p { color: rgb(208,111,205); }
H1.HeaderClassName
{
color: #D06FCD;
}
.AnyTagClassName
{
color: #D06FCD;
}
</style>
background-color css
<style>
a { background-color: #D06FCD; }
a { background-color: rgb(208,111,205); }
div.DivClassName
{
background-color: #D06FCD;
}
.BgClassName
{
background-color: #D06FCD;
}
</style>
border-color css
<style>
span { border-color: #D06FCD; }
span { border-color: rgb(208,111,205); }
td.TdClassName
{
border-color: #D06FCD;
}
.TagClassName
{
border-color: #D06FCD;
}
</style>