Shades of Medium Orchid #B775DD
Tints of Medium Orchid #B775DD
RGB
CMYK
RGB Variations
Color information
#B775DD (or 0xB775DD) is known color: Medium Orchid. HEX triplet: B7, 75 and DD. RGB value is (183,117,221). Sum of RGB (Red+Green+Blue) = 183+117+221=521 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.12% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #B775DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B775DD is #488A22. Grayscale: #949494. Windows color (decimal): -4753955 or 14513591. OLE color: 14513591.
HSL color Cylindrical-coordinate representation of color #B775DD: hue angle of 278.08º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B775DD is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 117 | 221 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.13 |
| HSL | 278.08º | 0.6% | 0.66% | - |
| HSV(B) | 278.08º | 0.47% | 0.87% | - |
| XYZ | 38.94 | 28.01 | 71.76 | - |
| YUV | 148.59 | 168.87 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 117 | 221 | 0.17 | 0.47 | 0 | 0.13 | 278.08 | 0.6 | 0.66 |
| Hex | B7 | 75 | DD | 11 | 2F | 0 | D | 116 | 3C | 42 |
| Octal | 267 | 165 | 335 | 21 | 57 | 0 | 15 | 426 | 74 | 102 |
| Binary | 10110111 | 1110101 | 11011101 | 10001 | 101111 | 0 | 1101 | 100010110 | 111100 | 1000010 |
Color Harmonies of #B775DD
Complementary color
Monochromatic Colors of #B775DD
Black with #B775DD
Text Example
Text Example
White with #B775DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B775DD; }
p { color: rgb(183,117,221); }
H1.HeaderClassName
{
color: #B775DD;
}
.AnyTagClassName
{
color: #B775DD;
}
</style>
background-color css
<style>
a { background-color: #B775DD; }
a { background-color: rgb(183,117,221); }
div.DivClassName
{
background-color: #B775DD;
}
.BgClassName
{
background-color: #B775DD;
}
</style>
border-color css
<style>
span { border-color: #B775DD; }
span { border-color: rgb(183,117,221); }
td.TdClassName
{
border-color: #B775DD;
}
.TagClassName
{
border-color: #B775DD;
}
</style>