Shades of Orchid #D06FDC
Tints of Orchid #D06FDC
RGB
CMYK
RGB Variations
Color information
#D06FDC (or 0xD06FDC) is known color: Orchid. HEX triplet: D0, 6F and DC. RGB value is (208,111,220). Sum of RGB (Red+Green+Blue) = 208+111+220=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 111 (43.75% from 255 or 20.59% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #D06FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06FDC is #2F9023. Grayscale: #989898. Windows color (decimal): -3117092 or 14446544. OLE color: 14446544.
HSL color Cylindrical-coordinate representation of color #D06FDC: hue angle of 293.39º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D06FDC is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 111 | 220 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.14 |
| HSL | 293.39º | 0.61% | 0.65% | - |
| HSV(B) | 293.39º | 0.5% | 0.86% | - |
| XYZ | 44.62 | 29.95 | 71.14 | - |
| YUV | 152.43 | 166.14 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 220 | 0.05 | 0.50 | 0 | 0.14 | 293.39 | 0.61 | 0.65 |
| Hex | D0 | 6F | DC | 5 | 32 | 0 | E | 125 | 3D | 41 |
| Octal | 320 | 157 | 334 | 5 | 62 | 0 | 16 | 445 | 75 | 101 |
| Binary | 11010000 | 1101111 | 11011100 | 101 | 110010 | 0 | 1110 | 100100101 | 111101 | 1000001 |
Color Harmonies of #D06FDC
Complementary color
Monochromatic Colors of #D06FDC
Black with #D06FDC
Text Example
Text Example
White with #D06FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06FDC; }
p { color: rgb(208,111,220); }
H1.HeaderClassName
{
color: #D06FDC;
}
.AnyTagClassName
{
color: #D06FDC;
}
</style>
background-color css
<style>
a { background-color: #D06FDC; }
a { background-color: rgb(208,111,220); }
div.DivClassName
{
background-color: #D06FDC;
}
.BgClassName
{
background-color: #D06FDC;
}
</style>
border-color css
<style>
span { border-color: #D06FDC; }
span { border-color: rgb(208,111,220); }
td.TdClassName
{
border-color: #D06FDC;
}
.TagClassName
{
border-color: #D06FDC;
}
</style>