Shades of Medium Orchid #C84DFB
Tints of Medium Orchid #C84DFB
RGB
CMYK
RGB Variations
Color information
#C84DFB (or 0xC84DFB) is known color: Medium Orchid. HEX triplet: C8, 4D and FB. RGB value is (200,77,251). Sum of RGB (Red+Green+Blue) = 200+77+251=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 77 (30.47% from 255 or 14.58% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #C84DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C84DFB is #37B204. Grayscale: #858585. Windows color (decimal): -3650053 or 16469448. OLE color: 16469448.
HSL color Cylindrical-coordinate representation of color #C84DFB: hue angle of 282.41º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C84DFB is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 77 | 251 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.02 |
| HSL | 282.41º | 0.96% | 0.64% | - |
| HSV(B) | 282.41º | 0.69% | 0.98% | - |
| XYZ | 43.89 | 24.55 | 93.69 | - |
| YUV | 133.61 | 194.25 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 251 | 0.20 | 0.69 | 0 | 0.02 | 282.41 | 0.96 | 0.64 |
| Hex | C8 | 4D | FB | 14 | 45 | 0 | 2 | 11A | 60 | 40 |
| Octal | 310 | 115 | 373 | 24 | 105 | 0 | 2 | 432 | 140 | 100 |
| Binary | 11001000 | 1001101 | 11111011 | 10100 | 1000101 | 0 | 10 | 100011010 | 1100000 | 1000000 |
Color Harmonies of #C84DFB
Complementary color
Monochromatic Colors of #C84DFB
Black with #C84DFB
Text Example
Text Example
White with #C84DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84DFB; }
p { color: rgb(200,77,251); }
H1.HeaderClassName
{
color: #C84DFB;
}
.AnyTagClassName
{
color: #C84DFB;
}
</style>
background-color css
<style>
a { background-color: #C84DFB; }
a { background-color: rgb(200,77,251); }
div.DivClassName
{
background-color: #C84DFB;
}
.BgClassName
{
background-color: #C84DFB;
}
</style>
border-color css
<style>
span { border-color: #C84DFB; }
span { border-color: rgb(200,77,251); }
td.TdClassName
{
border-color: #C84DFB;
}
.TagClassName
{
border-color: #C84DFB;
}
</style>