Shades of Medium Orchid #C846FB
Tints of Medium Orchid #C846FB
RGB
CMYK
RGB Variations
Color information
#C846FB (or 0xC846FB) is known color: Medium Orchid. HEX triplet: C8, 46 and FB. RGB value is (200,70,251). Sum of RGB (Red+Green+Blue) = 200+70+251=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 70 (27.73% from 255 or 13.44% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #C846FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C846FB is #37B904. Grayscale: #808080. Windows color (decimal): -3651845 or 16467656. OLE color: 16467656.
HSL color Cylindrical-coordinate representation of color #C846FB: hue angle of 283.09º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C846FB is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 70 | 251 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.02 |
| HSL | 283.09º | 0.96% | 0.63% | - |
| HSV(B) | 283.09º | 0.72% | 0.98% | - |
| XYZ | 43.42 | 23.62 | 93.54 | - |
| YUV | 129.5 | 196.57 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 70 | 251 | 0.20 | 0.72 | 0 | 0.02 | 283.09 | 0.96 | 0.63 |
| Hex | C8 | 46 | FB | 14 | 48 | 0 | 2 | 11B | 60 | 3F |
| Octal | 310 | 106 | 373 | 24 | 110 | 0 | 2 | 433 | 140 | 77 |
| Binary | 11001000 | 1000110 | 11111011 | 10100 | 1001000 | 0 | 10 | 100011011 | 1100000 | 111111 |
Color Harmonies of #C846FB
Complementary color
Monochromatic Colors of #C846FB
Black with #C846FB
Text Example
Text Example
White with #C846FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C846FB; }
p { color: rgb(200,70,251); }
H1.HeaderClassName
{
color: #C846FB;
}
.AnyTagClassName
{
color: #C846FB;
}
</style>
background-color css
<style>
a { background-color: #C846FB; }
a { background-color: rgb(200,70,251); }
div.DivClassName
{
background-color: #C846FB;
}
.BgClassName
{
background-color: #C846FB;
}
</style>
border-color css
<style>
span { border-color: #C846FB; }
span { border-color: rgb(200,70,251); }
td.TdClassName
{
border-color: #C846FB;
}
.TagClassName
{
border-color: #C846FB;
}
</style>