Shades of Medium Orchid #C849FE
Tints of Medium Orchid #C849FE
RGB
CMYK
RGB Variations
Color information
#C849FE (or 0xC849FE) is known color: Medium Orchid. HEX triplet: C8, 49 and FE. RGB value is (200,73,254). Sum of RGB (Red+Green+Blue) = 200+73+254=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 73 (28.91% from 255 or 13.85% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #C849FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C849FE is #37B601. Grayscale: #838383. Windows color (decimal): -3651074 or 16665032. OLE color: 16665032.
HSL color Cylindrical-coordinate representation of color #C849FE: hue angle of 282.1º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C849FE is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 73 | 254 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.00 |
| HSL | 282.1º | 0.99% | 0.64% | - |
| HSV(B) | 282.1º | 0.71% | 1% | - |
| XYZ | 44.09 | 24.2 | 96.11 | - |
| YUV | 131.61 | 197.08 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 254 | 0.21 | 0.71 | 0 | 0.00 | 282.1 | 0.99 | 0.64 |
| Hex | C8 | 49 | FE | 15 | 47 | 0 | 0 | 11A | 63 | 40 |
| Octal | 310 | 111 | 376 | 25 | 107 | 0 | 0 | 432 | 143 | 100 |
| Binary | 11001000 | 1001001 | 11111110 | 10101 | 1000111 | 0 | 0 | 100011010 | 1100011 | 1000000 |
Color Harmonies of #C849FE
Complementary color
Monochromatic Colors of #C849FE
Black with #C849FE
Text Example
Text Example
White with #C849FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C849FE; }
p { color: rgb(200,73,254); }
H1.HeaderClassName
{
color: #C849FE;
}
.AnyTagClassName
{
color: #C849FE;
}
</style>
background-color css
<style>
a { background-color: #C849FE; }
a { background-color: rgb(200,73,254); }
div.DivClassName
{
background-color: #C849FE;
}
.BgClassName
{
background-color: #C849FE;
}
</style>
border-color css
<style>
span { border-color: #C849FE; }
span { border-color: rgb(200,73,254); }
td.TdClassName
{
border-color: #C849FE;
}
.TagClassName
{
border-color: #C849FE;
}
</style>