Shades of Medium Orchid #B766CF
Tints of Medium Orchid #B766CF
RGB
CMYK
RGB Variations
Color information
#B766CF (or 0xB766CF) is known color: Medium Orchid. HEX triplet: B7, 66 and CF. RGB value is (183,102,207). Sum of RGB (Red+Green+Blue) = 183+102+207=492 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.20% from 492); Green value is 102 (40.23% from 255 or 20.73% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #B766CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B766CF is #489930. Grayscale: #898989. Windows color (decimal): -4757809 or 13592247. OLE color: 13592247.
HSL color Cylindrical-coordinate representation of color #B766CF: hue angle of 286.29º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B766CF is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 102 | 207 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.19 |
| HSL | 286.29º | 0.52% | 0.61% | - |
| HSV(B) | 286.29º | 0.51% | 0.81% | - |
| XYZ | 35.54 | 24.08 | 61.81 | - |
| YUV | 138.19 | 166.84 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 207 | 0.12 | 0.51 | 0 | 0.19 | 286.29 | 0.52 | 0.61 |
| Hex | B7 | 66 | CF | C | 33 | 0 | 13 | 11E | 34 | 3D |
| Octal | 267 | 146 | 317 | 14 | 63 | 0 | 23 | 436 | 64 | 75 |
| Binary | 10110111 | 1100110 | 11001111 | 1100 | 110011 | 0 | 10011 | 100011110 | 110100 | 111101 |
Color Harmonies of #B766CF
Complementary color
Monochromatic Colors of #B766CF
Black with #B766CF
Text Example
Text Example
White with #B766CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B766CF; }
p { color: rgb(183,102,207); }
H1.HeaderClassName
{
color: #B766CF;
}
.AnyTagClassName
{
color: #B766CF;
}
</style>
background-color css
<style>
a { background-color: #B766CF; }
a { background-color: rgb(183,102,207); }
div.DivClassName
{
background-color: #B766CF;
}
.BgClassName
{
background-color: #B766CF;
}
</style>
border-color css
<style>
span { border-color: #B766CF; }
span { border-color: rgb(183,102,207); }
td.TdClassName
{
border-color: #B766CF;
}
.TagClassName
{
border-color: #B766CF;
}
</style>