Shades of Orchid #BF78CE
Tints of Orchid #BF78CE
RGB
CMYK
RGB Variations
Color information
#BF78CE (or 0xBF78CE) is known color: Orchid. HEX triplet: BF, 78 and CE. RGB value is (191,120,206). Sum of RGB (Red+Green+Blue) = 191+120+206=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 120 (47.27% from 255 or 23.21% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF78CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF78CE is #408731. Grayscale: #969696. Windows color (decimal): -4228914 or 13531327. OLE color: 13531327.
HSL color Cylindrical-coordinate representation of color #BF78CE: hue angle of 289.53º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF78CE is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 120 | 206 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.19 |
| HSL | 289.53º | 0.47% | 0.64% | - |
| HSV(B) | 289.53º | 0.42% | 0.81% | - |
| XYZ | 39.34 | 28.97 | 61.91 | - |
| YUV | 151.03 | 159.02 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 120 | 206 | 0.07 | 0.42 | 0 | 0.19 | 289.53 | 0.47 | 0.64 |
| Hex | BF | 78 | CE | 7 | 2A | 0 | 13 | 122 | 2F | 40 |
| Octal | 277 | 170 | 316 | 7 | 52 | 0 | 23 | 442 | 57 | 100 |
| Binary | 10111111 | 1111000 | 11001110 | 111 | 101010 | 0 | 10011 | 100100010 | 101111 | 1000000 |
Color Harmonies of #BF78CE
Complementary color
Monochromatic Colors of #BF78CE
Black with #BF78CE
Text Example
Text Example
White with #BF78CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF78CE; }
p { color: rgb(191,120,206); }
H1.HeaderClassName
{
color: #BF78CE;
}
.AnyTagClassName
{
color: #BF78CE;
}
</style>
background-color css
<style>
a { background-color: #BF78CE; }
a { background-color: rgb(191,120,206); }
div.DivClassName
{
background-color: #BF78CE;
}
.BgClassName
{
background-color: #BF78CE;
}
</style>
border-color css
<style>
span { border-color: #BF78CE; }
span { border-color: rgb(191,120,206); }
td.TdClassName
{
border-color: #BF78CE;
}
.TagClassName
{
border-color: #BF78CE;
}
</style>