Shades of Medium Orchid #BF68CD
Tints of Medium Orchid #BF68CD
RGB
CMYK
RGB Variations
Color information
#BF68CD (or 0xBF68CD) is known color: Medium Orchid. HEX triplet: BF, 68 and CD. RGB value is (191,104,205). Sum of RGB (Red+Green+Blue) = 191+104+205=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF68CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF68CD is #409732. Grayscale: #8D8D8D. Windows color (decimal): -4233011 or 13461695. OLE color: 13461695.
HSL color Cylindrical-coordinate representation of color #BF68CD: hue angle of 291.68º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF68CD is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 104 | 205 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.20 |
| HSL | 291.68º | 0.5% | 0.61% | - |
| HSV(B) | 291.68º | 0.49% | 0.8% | - |
| XYZ | 37.46 | 25.38 | 60.68 | - |
| YUV | 141.53 | 163.82 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 205 | 0.07 | 0.49 | 0 | 0.20 | 291.68 | 0.5 | 0.61 |
| Hex | BF | 68 | CD | 7 | 31 | 0 | 14 | 124 | 32 | 3D |
| Octal | 277 | 150 | 315 | 7 | 61 | 0 | 24 | 444 | 62 | 75 |
| Binary | 10111111 | 1101000 | 11001101 | 111 | 110001 | 0 | 10100 | 100100100 | 110010 | 111101 |
Color Harmonies of #BF68CD
Complementary color
Monochromatic Colors of #BF68CD
Black with #BF68CD
Text Example
Text Example
White with #BF68CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF68CD; }
p { color: rgb(191,104,205); }
H1.HeaderClassName
{
color: #BF68CD;
}
.AnyTagClassName
{
color: #BF68CD;
}
</style>
background-color css
<style>
a { background-color: #BF68CD; }
a { background-color: rgb(191,104,205); }
div.DivClassName
{
background-color: #BF68CD;
}
.BgClassName
{
background-color: #BF68CD;
}
</style>
border-color css
<style>
span { border-color: #BF68CD; }
span { border-color: rgb(191,104,205); }
td.TdClassName
{
border-color: #BF68CD;
}
.TagClassName
{
border-color: #BF68CD;
}
</style>