Shades of Medium Orchid #B66DCD
Tints of Medium Orchid #B66DCD
RGB
CMYK
RGB Variations
Color information
#B66DCD (or 0xB66DCD) is known color: Medium Orchid. HEX triplet: B6, 6D and CD. RGB value is (182,109,205). Sum of RGB (Red+Green+Blue) = 182+109+205=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #B66DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66DCD is #499232. Grayscale: #8D8D8D. Windows color (decimal): -4821555 or 13462966. OLE color: 13462966.
HSL color Cylindrical-coordinate representation of color #B66DCD: hue angle of 285.62º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B66DCD is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 109 | 205 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.20 |
| HSL | 285.63º | 0.49% | 0.62% | - |
| HSV(B) | 285.63º | 0.47% | 0.8% | - |
| XYZ | 35.78 | 25.29 | 60.75 | - |
| YUV | 141.77 | 163.68 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 109 | 205 | 0.11 | 0.47 | 0 | 0.20 | 285.63 | 0.49 | 0.62 |
| Hex | B6 | 6D | CD | B | 2F | 0 | 14 | 11E | 31 | 3E |
| Octal | 266 | 155 | 315 | 13 | 57 | 0 | 24 | 436 | 61 | 76 |
| Binary | 10110110 | 1101101 | 11001101 | 1011 | 101111 | 0 | 10100 | 100011110 | 110001 | 111110 |
Color Harmonies of #B66DCD
Complementary color
Monochromatic Colors of #B66DCD
Black with #B66DCD
Text Example
Text Example
White with #B66DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66DCD; }
p { color: rgb(182,109,205); }
H1.HeaderClassName
{
color: #B66DCD;
}
.AnyTagClassName
{
color: #B66DCD;
}
</style>
background-color css
<style>
a { background-color: #B66DCD; }
a { background-color: rgb(182,109,205); }
div.DivClassName
{
background-color: #B66DCD;
}
.BgClassName
{
background-color: #B66DCD;
}
</style>
border-color css
<style>
span { border-color: #B66DCD; }
span { border-color: rgb(182,109,205); }
td.TdClassName
{
border-color: #B66DCD;
}
.TagClassName
{
border-color: #B66DCD;
}
</style>