Shades of Medium Orchid #C846FE
Tints of Medium Orchid #C846FE
RGB
CMYK
RGB Variations
Color information
#C846FE (or 0xC846FE) is known color: Medium Orchid. HEX triplet: C8, 46 and FE. RGB value is (200,70,254). Sum of RGB (Red+Green+Blue) = 200+70+254=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 70 (27.73% from 255 or 13.36% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #C846FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C846FE is #37B901. Grayscale: #818181. Windows color (decimal): -3651842 or 16664264. OLE color: 16664264.
HSL color Cylindrical-coordinate representation of color #C846FE: hue angle of 282.39º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C846FE is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 70 | 254 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.00 |
| HSL | 282.39º | 0.99% | 0.64% | - |
| HSV(B) | 282.39º | 0.72% | 1% | - |
| XYZ | 43.9 | 23.82 | 96.05 | - |
| YUV | 129.85 | 198.07 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 70 | 254 | 0.21 | 0.72 | 0 | 0.00 | 282.39 | 0.99 | 0.64 |
| Hex | C8 | 46 | FE | 15 | 48 | 0 | 0 | 11A | 63 | 40 |
| Octal | 310 | 106 | 376 | 25 | 110 | 0 | 0 | 432 | 143 | 100 |
| Binary | 11001000 | 1000110 | 11111110 | 10101 | 1001000 | 0 | 0 | 100011010 | 1100011 | 1000000 |
Color Harmonies of #C846FE
Complementary color
Monochromatic Colors of #C846FE
Black with #C846FE
Text Example
Text Example
White with #C846FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C846FE; }
p { color: rgb(200,70,254); }
H1.HeaderClassName
{
color: #C846FE;
}
.AnyTagClassName
{
color: #C846FE;
}
</style>
background-color css
<style>
a { background-color: #C846FE; }
a { background-color: rgb(200,70,254); }
div.DivClassName
{
background-color: #C846FE;
}
.BgClassName
{
background-color: #C846FE;
}
</style>
border-color css
<style>
span { border-color: #C846FE; }
span { border-color: rgb(200,70,254); }
td.TdClassName
{
border-color: #C846FE;
}
.TagClassName
{
border-color: #C846FE;
}
</style>