Shades of Medium Orchid #BF68DD
Tints of Medium Orchid #BF68DD
RGB
CMYK
RGB Variations
Color information
#BF68DD (or 0xBF68DD) is known color: Medium Orchid. HEX triplet: BF, 68 and DD. RGB value is (191,104,221). Sum of RGB (Red+Green+Blue) = 191+104+221=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 104 (41.02% from 255 or 20.16% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF68DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF68DD is #409722. Grayscale: #8E8E8E. Windows color (decimal): -4232995 or 14510271. OLE color: 14510271.
HSL color Cylindrical-coordinate representation of color #BF68DD: hue angle of 284.62º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF68DD is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 104 | 221 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.13 |
| HSL | 284.62º | 0.63% | 0.64% | - |
| HSV(B) | 284.62º | 0.53% | 0.87% | - |
| XYZ | 39.49 | 26.2 | 71.38 | - |
| YUV | 143.35 | 171.82 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 221 | 0.14 | 0.53 | 0 | 0.13 | 284.62 | 0.63 | 0.64 |
| Hex | BF | 68 | DD | E | 35 | 0 | D | 11D | 3F | 40 |
| Octal | 277 | 150 | 335 | 16 | 65 | 0 | 15 | 435 | 77 | 100 |
| Binary | 10111111 | 1101000 | 11011101 | 1110 | 110101 | 0 | 1101 | 100011101 | 111111 | 1000000 |
Color Harmonies of #BF68DD
Complementary color
Monochromatic Colors of #BF68DD
Black with #BF68DD
Text Example
Text Example
White with #BF68DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF68DD; }
p { color: rgb(191,104,221); }
H1.HeaderClassName
{
color: #BF68DD;
}
.AnyTagClassName
{
color: #BF68DD;
}
</style>
background-color css
<style>
a { background-color: #BF68DD; }
a { background-color: rgb(191,104,221); }
div.DivClassName
{
background-color: #BF68DD;
}
.BgClassName
{
background-color: #BF68DD;
}
</style>
border-color css
<style>
span { border-color: #BF68DD; }
span { border-color: rgb(191,104,221); }
td.TdClassName
{
border-color: #BF68DD;
}
.TagClassName
{
border-color: #BF68DD;
}
</style>