Shades of Orchid #D663BF
Tints of Orchid #D663BF
RGB
CMYK
RGB Variations
Color information
#D663BF (or 0xD663BF) is known color: Orchid. HEX triplet: D6, 63 and BF. RGB value is (214,99,191). Sum of RGB (Red+Green+Blue) = 214+99+191=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 99 (39.06% from 255 or 19.64% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D663BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D663BF is #299C40. Grayscale: #8F8F8F. Windows color (decimal): -2726977 or 12542934. OLE color: 12542934.
HSL color Cylindrical-coordinate representation of color #D663BF: hue angle of 312º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D663BF is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 99 | 191 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.16 |
| HSL | 312º | 0.58% | 0.61% | - |
| HSV(B) | 312º | 0.54% | 0.84% | - |
| XYZ | 41.6 | 26.98 | 52.31 | - |
| YUV | 143.87 | 154.6 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 99 | 191 | 0 | 0.54 | 0.11 | 0.16 | 312 | 0.58 | 0.61 |
| Hex | D6 | 63 | BF | 0 | 36 | B | 10 | 138 | 3A | 3D |
| Octal | 326 | 143 | 277 | 0 | 66 | 13 | 20 | 470 | 72 | 75 |
| Binary | 11010110 | 1100011 | 10111111 | 0 | 110110 | 1011 | 10000 | 100111000 | 111010 | 111101 |
Color Harmonies of #D663BF
Complementary color
Monochromatic Colors of #D663BF
Black with #D663BF
Text Example
Text Example
White with #D663BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D663BF; }
p { color: rgb(214,99,191); }
H1.HeaderClassName
{
color: #D663BF;
}
.AnyTagClassName
{
color: #D663BF;
}
</style>
background-color css
<style>
a { background-color: #D663BF; }
a { background-color: rgb(214,99,191); }
div.DivClassName
{
background-color: #D663BF;
}
.BgClassName
{
background-color: #D663BF;
}
</style>
border-color css
<style>
span { border-color: #D663BF; }
span { border-color: rgb(214,99,191); }
td.TdClassName
{
border-color: #D663BF;
}
.TagClassName
{
border-color: #D663BF;
}
</style>