Shades of Orchid #D66ACF
Tints of Orchid #D66ACF
RGB
CMYK
RGB Variations
Color information
#D66ACF (or 0xD66ACF) is known color: Orchid. HEX triplet: D6, 6A and CF. RGB value is (214,106,207). Sum of RGB (Red+Green+Blue) = 214+106+207=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 106 (41.80% from 255 or 20.11% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D66ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66ACF is #299530. Grayscale: #959595. Windows color (decimal): -2725169 or 13593302. OLE color: 13593302.
HSL color Cylindrical-coordinate representation of color #D66ACF: hue angle of 303.89º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66ACF is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 106 | 207 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.16 |
| HSL | 303.89º | 0.57% | 0.63% | - |
| HSV(B) | 303.89º | 0.5% | 0.84% | - |
| XYZ | 44.15 | 29.11 | 62.32 | - |
| YUV | 149.81 | 160.28 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 106 | 207 | 0 | 0.50 | 0.03 | 0.16 | 303.89 | 0.57 | 0.63 |
| Hex | D6 | 6A | CF | 0 | 32 | 3 | 10 | 130 | 39 | 3F |
| Octal | 326 | 152 | 317 | 0 | 62 | 3 | 20 | 460 | 71 | 77 |
| Binary | 11010110 | 1101010 | 11001111 | 0 | 110010 | 11 | 10000 | 100110000 | 111001 | 111111 |
Color Harmonies of #D66ACF
Complementary color
Monochromatic Colors of #D66ACF
Black with #D66ACF
Text Example
Text Example
White with #D66ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66ACF; }
p { color: rgb(214,106,207); }
H1.HeaderClassName
{
color: #D66ACF;
}
.AnyTagClassName
{
color: #D66ACF;
}
</style>
background-color css
<style>
a { background-color: #D66ACF; }
a { background-color: rgb(214,106,207); }
div.DivClassName
{
background-color: #D66ACF;
}
.BgClassName
{
background-color: #D66ACF;
}
</style>
border-color css
<style>
span { border-color: #D66ACF; }
span { border-color: rgb(214,106,207); }
td.TdClassName
{
border-color: #D66ACF;
}
.TagClassName
{
border-color: #D66ACF;
}
</style>