Shades of Medium Orchid #C845FB
Tints of Medium Orchid #C845FB
RGB
CMYK
RGB Variations
Color information
#C845FB (or 0xC845FB) is known color: Medium Orchid. HEX triplet: C8, 45 and FB. RGB value is (200,69,251). Sum of RGB (Red+Green+Blue) = 200+69+251=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 69 (27.34% from 255 or 13.27% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #C845FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C845FB is #37BA04. Grayscale: #808080. Windows color (decimal): -3652101 or 16467400. OLE color: 16467400.
HSL color Cylindrical-coordinate representation of color #C845FB: hue angle of 283.19º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C845FB is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 69 | 251 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.02 |
| HSL | 283.19º | 0.96% | 0.63% | - |
| HSV(B) | 283.19º | 0.73% | 0.98% | - |
| XYZ | 43.36 | 23.5 | 93.52 | - |
| YUV | 128.92 | 196.9 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 251 | 0.20 | 0.73 | 0 | 0.02 | 283.19 | 0.96 | 0.63 |
| Hex | C8 | 45 | FB | 14 | 49 | 0 | 2 | 11B | 60 | 3F |
| Octal | 310 | 105 | 373 | 24 | 111 | 0 | 2 | 433 | 140 | 77 |
| Binary | 11001000 | 1000101 | 11111011 | 10100 | 1001001 | 0 | 10 | 100011011 | 1100000 | 111111 |
Color Harmonies of #C845FB
Complementary color
Monochromatic Colors of #C845FB
Black with #C845FB
Text Example
Text Example
White with #C845FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C845FB; }
p { color: rgb(200,69,251); }
H1.HeaderClassName
{
color: #C845FB;
}
.AnyTagClassName
{
color: #C845FB;
}
</style>
background-color css
<style>
a { background-color: #C845FB; }
a { background-color: rgb(200,69,251); }
div.DivClassName
{
background-color: #C845FB;
}
.BgClassName
{
background-color: #C845FB;
}
</style>
border-color css
<style>
span { border-color: #C845FB; }
span { border-color: rgb(200,69,251); }
td.TdClassName
{
border-color: #C845FB;
}
.TagClassName
{
border-color: #C845FB;
}
</style>