Shades of Orchid #D66FBC
Tints of Orchid #D66FBC
RGB
CMYK
RGB Variations
Color information
#D66FBC (or 0xD66FBC) is known color: Orchid. HEX triplet: D6, 6F and BC. RGB value is (214,111,188). Sum of RGB (Red+Green+Blue) = 214+111+188=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D66FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66FBC is #299043. Grayscale: #969696. Windows color (decimal): -2723908 or 12349398. OLE color: 12349398.
HSL color Cylindrical-coordinate representation of color #D66FBC: hue angle of 315.15º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D66FBC is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 111 | 188 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.16 |
| HSL | 315.15º | 0.56% | 0.64% | - |
| HSV(B) | 315.15º | 0.48% | 0.84% | - |
| XYZ | 42.49 | 29.3 | 50.99 | - |
| YUV | 150.58 | 149.12 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 111 | 188 | 0 | 0.48 | 0.12 | 0.16 | 315.15 | 0.56 | 0.64 |
| Hex | D6 | 6F | BC | 0 | 30 | C | 10 | 13B | 38 | 40 |
| Octal | 326 | 157 | 274 | 0 | 60 | 14 | 20 | 473 | 70 | 100 |
| Binary | 11010110 | 1101111 | 10111100 | 0 | 110000 | 1100 | 10000 | 100111011 | 111000 | 1000000 |
Color Harmonies of #D66FBC
Complementary color
Monochromatic Colors of #D66FBC
Black with #D66FBC
Text Example
Text Example
White with #D66FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66FBC; }
p { color: rgb(214,111,188); }
H1.HeaderClassName
{
color: #D66FBC;
}
.AnyTagClassName
{
color: #D66FBC;
}
</style>
background-color css
<style>
a { background-color: #D66FBC; }
a { background-color: rgb(214,111,188); }
div.DivClassName
{
background-color: #D66FBC;
}
.BgClassName
{
background-color: #D66FBC;
}
</style>
border-color css
<style>
span { border-color: #D66FBC; }
span { border-color: rgb(214,111,188); }
td.TdClassName
{
border-color: #D66FBC;
}
.TagClassName
{
border-color: #D66FBC;
}
</style>