Shades of Medium Orchid #B768DD
Tints of Medium Orchid #B768DD
RGB
CMYK
RGB Variations
Color information
#B768DD (or 0xB768DD) is known color: Medium Orchid. HEX triplet: B7, 68 and DD. RGB value is (183,104,221). Sum of RGB (Red+Green+Blue) = 183+104+221=508 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.02% from 508); Green value is 104 (41.02% from 255 or 20.47% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #B768DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B768DD is #489722. Grayscale: #8C8C8C. Windows color (decimal): -4757283 or 14510263. OLE color: 14510263.
HSL color Cylindrical-coordinate representation of color #B768DD: hue angle of 280.51º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B768DD is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 104 | 221 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.13 |
| HSL | 280.51º | 0.63% | 0.64% | - |
| HSV(B) | 280.51º | 0.53% | 0.87% | - |
| XYZ | 37.53 | 25.19 | 71.29 | - |
| YUV | 140.96 | 173.17 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 104 | 221 | 0.17 | 0.53 | 0 | 0.13 | 280.51 | 0.63 | 0.64 |
| Hex | B7 | 68 | DD | 11 | 35 | 0 | D | 119 | 3F | 40 |
| Octal | 267 | 150 | 335 | 21 | 65 | 0 | 15 | 431 | 77 | 100 |
| Binary | 10110111 | 1101000 | 11011101 | 10001 | 110101 | 0 | 1101 | 100011001 | 111111 | 1000000 |
Color Harmonies of #B768DD
Complementary color
Monochromatic Colors of #B768DD
Black with #B768DD
Text Example
Text Example
White with #B768DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B768DD; }
p { color: rgb(183,104,221); }
H1.HeaderClassName
{
color: #B768DD;
}
.AnyTagClassName
{
color: #B768DD;
}
</style>
background-color css
<style>
a { background-color: #B768DD; }
a { background-color: rgb(183,104,221); }
div.DivClassName
{
background-color: #B768DD;
}
.BgClassName
{
background-color: #B768DD;
}
</style>
border-color css
<style>
span { border-color: #B768DD; }
span { border-color: rgb(183,104,221); }
td.TdClassName
{
border-color: #B768DD;
}
.TagClassName
{
border-color: #B768DD;
}
</style>