Shades of Orchid #D66FBA
Tints of Orchid #D66FBA
RGB
CMYK
RGB Variations
Color information
#D66FBA (or 0xD66FBA) is known color: Orchid. HEX triplet: D6, 6F and BA. RGB value is (214,111,186). Sum of RGB (Red+Green+Blue) = 214+111+186=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 111 (43.75% from 255 or 21.72% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D66FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66FBA is #299045. Grayscale: #969696. Windows color (decimal): -2723910 or 12218326. OLE color: 12218326.
HSL color Cylindrical-coordinate representation of color #D66FBA: hue angle of 316.31º 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 #D66FBA is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 111 | 186 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.16 |
| HSL | 316.31º | 0.56% | 0.64% | - |
| HSV(B) | 316.31º | 0.48% | 0.84% | - |
| XYZ | 42.28 | 29.21 | 49.86 | - |
| YUV | 150.35 | 148.12 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 111 | 186 | 0 | 0.48 | 0.13 | 0.16 | 316.31 | 0.56 | 0.64 |
| Hex | D6 | 6F | BA | 0 | 30 | D | 10 | 13C | 38 | 40 |
| Octal | 326 | 157 | 272 | 0 | 60 | 15 | 20 | 474 | 70 | 100 |
| Binary | 11010110 | 1101111 | 10111010 | 0 | 110000 | 1101 | 10000 | 100111100 | 111000 | 1000000 |
Color Harmonies of #D66FBA
Complementary color
Monochromatic Colors of #D66FBA
Black with #D66FBA
Text Example
Text Example
White with #D66FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66FBA; }
p { color: rgb(214,111,186); }
H1.HeaderClassName
{
color: #D66FBA;
}
.AnyTagClassName
{
color: #D66FBA;
}
</style>
background-color css
<style>
a { background-color: #D66FBA; }
a { background-color: rgb(214,111,186); }
div.DivClassName
{
background-color: #D66FBA;
}
.BgClassName
{
background-color: #D66FBA;
}
</style>
border-color css
<style>
span { border-color: #D66FBA; }
span { border-color: rgb(214,111,186); }
td.TdClassName
{
border-color: #D66FBA;
}
.TagClassName
{
border-color: #D66FBA;
}
</style>