Shades of Medium Orchid #C848FA
Tints of Medium Orchid #C848FA
RGB
CMYK
RGB Variations
Color information
#C848FA (or 0xC848FA) is known color: Medium Orchid. HEX triplet: C8, 48 and FA. RGB value is (200,72,250). Sum of RGB (Red+Green+Blue) = 200+72+250=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 72 (28.52% from 255 or 13.79% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #C848FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C848FA is #37B705. Grayscale: #818181. Windows color (decimal): -3651334 or 16402632. OLE color: 16402632.
HSL color Cylindrical-coordinate representation of color #C848FA: hue angle of 283.15º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C848FA is Cyan = 0.2, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 72 | 250 | - |
| CMYK | 0.2 | 0.71 | 0 | 0.02 |
| HSL | 283.15º | 0.95% | 0.63% | - |
| HSV(B) | 283.15º | 0.71% | 0.98% | - |
| XYZ | 43.39 | 23.82 | 92.75 | - |
| YUV | 130.56 | 195.41 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 250 | 0.2 | 0.71 | 0 | 0.02 | 283.15 | 0.95 | 0.63 |
| Hex | C8 | 48 | FA | 14 | 47 | 0 | 2 | 11B | 5F | 3F |
| Octal | 310 | 110 | 372 | 24 | 107 | 0 | 2 | 433 | 137 | 77 |
| Binary | 11001000 | 1001000 | 11111010 | 10100 | 1000111 | 0 | 10 | 100011011 | 1011111 | 111111 |
Color Harmonies of #C848FA
Complementary color
Monochromatic Colors of #C848FA
Black with #C848FA
Text Example
Text Example
White with #C848FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C848FA; }
p { color: rgb(200,72,250); }
H1.HeaderClassName
{
color: #C848FA;
}
.AnyTagClassName
{
color: #C848FA;
}
</style>
background-color css
<style>
a { background-color: #C848FA; }
a { background-color: rgb(200,72,250); }
div.DivClassName
{
background-color: #C848FA;
}
.BgClassName
{
background-color: #C848FA;
}
</style>
border-color css
<style>
span { border-color: #C848FA; }
span { border-color: rgb(200,72,250); }
td.TdClassName
{
border-color: #C848FA;
}
.TagClassName
{
border-color: #C848FA;
}
</style>