Shades of Medium Orchid #B66CDE
Tints of Medium Orchid #B66CDE
RGB
CMYK
RGB Variations
Color information
#B66CDE (or 0xB66CDE) is known color: Medium Orchid. HEX triplet: B6, 6C and DE. RGB value is (182,108,222). Sum of RGB (Red+Green+Blue) = 182+108+222=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 222 - color contains mainly: blue. Hex color #B66CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66CDE is #499321. Grayscale: #8E8E8E. Windows color (decimal): -4821794 or 14576822. OLE color: 14576822.
HSL color Cylindrical-coordinate representation of color #B66CDE: hue angle of 278.95º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B66CDE is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 108 | 222 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.13 |
| HSL | 278.95º | 0.63% | 0.65% | - |
| HSV(B) | 278.95º | 0.51% | 0.87% | - |
| XYZ | 37.84 | 25.94 | 72.12 | - |
| YUV | 143.12 | 172.52 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 108 | 222 | 0.18 | 0.51 | 0 | 0.13 | 278.95 | 0.63 | 0.65 |
| Hex | B6 | 6C | DE | 12 | 33 | 0 | D | 117 | 3F | 41 |
| Octal | 266 | 154 | 336 | 22 | 63 | 0 | 15 | 427 | 77 | 101 |
| Binary | 10110110 | 1101100 | 11011110 | 10010 | 110011 | 0 | 1101 | 100010111 | 111111 | 1000001 |
Color Harmonies of #B66CDE
Complementary color
Monochromatic Colors of #B66CDE
Black with #B66CDE
Text Example
Text Example
White with #B66CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66CDE; }
p { color: rgb(182,108,222); }
H1.HeaderClassName
{
color: #B66CDE;
}
.AnyTagClassName
{
color: #B66CDE;
}
</style>
background-color css
<style>
a { background-color: #B66CDE; }
a { background-color: rgb(182,108,222); }
div.DivClassName
{
background-color: #B66CDE;
}
.BgClassName
{
background-color: #B66CDE;
}
</style>
border-color css
<style>
span { border-color: #B66CDE; }
span { border-color: rgb(182,108,222); }
td.TdClassName
{
border-color: #B66CDE;
}
.TagClassName
{
border-color: #B66CDE;
}
</style>