Shades of Orchid #D66DCF
Tints of Orchid #D66DCF
RGB
CMYK
RGB Variations
Color information
#D66DCF (or 0xD66DCF) is known color: Orchid. HEX triplet: D6, 6D and CF. RGB value is (214,109,207). Sum of RGB (Red+Green+Blue) = 214+109+207=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 109 (42.97% from 255 or 20.57% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D66DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66DCF is #299230. Grayscale: #979797. Windows color (decimal): -2724401 or 13594070. OLE color: 13594070.
HSL color Cylindrical-coordinate representation of color #D66DCF: hue angle of 304º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66DCF is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 109 | 207 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.16 |
| HSL | 304º | 0.56% | 0.63% | - |
| HSV(B) | 304º | 0.49% | 0.84% | - |
| XYZ | 44.46 | 29.74 | 62.43 | - |
| YUV | 151.57 | 159.29 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 109 | 207 | 0 | 0.49 | 0.03 | 0.16 | 304 | 0.56 | 0.63 |
| Hex | D6 | 6D | CF | 0 | 31 | 3 | 10 | 130 | 38 | 3F |
| Octal | 326 | 155 | 317 | 0 | 61 | 3 | 20 | 460 | 70 | 77 |
| Binary | 11010110 | 1101101 | 11001111 | 0 | 110001 | 11 | 10000 | 100110000 | 111000 | 111111 |
Color Harmonies of #D66DCF
Complementary color
Monochromatic Colors of #D66DCF
Black with #D66DCF
Text Example
Text Example
White with #D66DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66DCF; }
p { color: rgb(214,109,207); }
H1.HeaderClassName
{
color: #D66DCF;
}
.AnyTagClassName
{
color: #D66DCF;
}
</style>
background-color css
<style>
a { background-color: #D66DCF; }
a { background-color: rgb(214,109,207); }
div.DivClassName
{
background-color: #D66DCF;
}
.BgClassName
{
background-color: #D66DCF;
}
</style>
border-color css
<style>
span { border-color: #D66DCF; }
span { border-color: rgb(214,109,207); }
td.TdClassName
{
border-color: #D66DCF;
}
.TagClassName
{
border-color: #D66DCF;
}
</style>