Shades of Medium Orchid #B75CDD
Tints of Medium Orchid #B75CDD
RGB
CMYK
RGB Variations
Color information
#B75CDD (or 0xB75CDD) is known color: Medium Orchid. HEX triplet: B7, 5C and DD. RGB value is (183,92,221). Sum of RGB (Red+Green+Blue) = 183+92+221=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 92 (36.33% from 255 or 18.55% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #B75CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75CDD is #48A322. Grayscale: #858585. Windows color (decimal): -4760355 or 14507191. OLE color: 14507191.
HSL color Cylindrical-coordinate representation of color #B75CDD: hue angle of 282.33º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B75CDD is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 92 | 221 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.13 |
| HSL | 282.33º | 0.65% | 0.61% | - |
| HSV(B) | 282.33º | 0.58% | 0.87% | - |
| XYZ | 36.41 | 22.94 | 70.92 | - |
| YUV | 133.92 | 177.15 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 92 | 221 | 0.17 | 0.58 | 0 | 0.13 | 282.33 | 0.65 | 0.61 |
| Hex | B7 | 5C | DD | 11 | 3A | 0 | D | 11A | 41 | 3D |
| Octal | 267 | 134 | 335 | 21 | 72 | 0 | 15 | 432 | 101 | 75 |
| Binary | 10110111 | 1011100 | 11011101 | 10001 | 111010 | 0 | 1101 | 100011010 | 1000001 | 111101 |
Color Harmonies of #B75CDD
Complementary color
Monochromatic Colors of #B75CDD
Black with #B75CDD
Text Example
Text Example
White with #B75CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75CDD; }
p { color: rgb(183,92,221); }
H1.HeaderClassName
{
color: #B75CDD;
}
.AnyTagClassName
{
color: #B75CDD;
}
</style>
background-color css
<style>
a { background-color: #B75CDD; }
a { background-color: rgb(183,92,221); }
div.DivClassName
{
background-color: #B75CDD;
}
.BgClassName
{
background-color: #B75CDD;
}
</style>
border-color css
<style>
span { border-color: #B75CDD; }
span { border-color: rgb(183,92,221); }
td.TdClassName
{
border-color: #B75CDD;
}
.TagClassName
{
border-color: #B75CDD;
}
</style>