Shades of Medium Orchid #C848FD
Tints of Medium Orchid #C848FD
RGB
CMYK
RGB Variations
Color information
#C848FD (or 0xC848FD) is known color: Medium Orchid. HEX triplet: C8, 48 and FD. RGB value is (200,72,253). Sum of RGB (Red+Green+Blue) = 200+72+253=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 72 (28.52% from 255 or 13.71% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #C848FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C848FD is #37B702. Grayscale: #828282. Windows color (decimal): -3651331 or 16599240. OLE color: 16599240.
HSL color Cylindrical-coordinate representation of color #C848FD: hue angle of 282.43º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C848FD is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 72 | 253 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.01 |
| HSL | 282.43º | 0.98% | 0.64% | - |
| HSV(B) | 282.43º | 0.72% | 0.99% | - |
| XYZ | 43.87 | 24.01 | 95.25 | - |
| YUV | 130.91 | 196.91 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 253 | 0.21 | 0.72 | 0 | 0.01 | 282.43 | 0.98 | 0.64 |
| Hex | C8 | 48 | FD | 15 | 48 | 0 | 1 | 11A | 62 | 40 |
| Octal | 310 | 110 | 375 | 25 | 110 | 0 | 1 | 432 | 142 | 100 |
| Binary | 11001000 | 1001000 | 11111101 | 10101 | 1001000 | 0 | 1 | 100011010 | 1100010 | 1000000 |
Color Harmonies of #C848FD
Complementary color
Monochromatic Colors of #C848FD
Black with #C848FD
Text Example
Text Example
White with #C848FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C848FD; }
p { color: rgb(200,72,253); }
H1.HeaderClassName
{
color: #C848FD;
}
.AnyTagClassName
{
color: #C848FD;
}
</style>
background-color css
<style>
a { background-color: #C848FD; }
a { background-color: rgb(200,72,253); }
div.DivClassName
{
background-color: #C848FD;
}
.BgClassName
{
background-color: #C848FD;
}
</style>
border-color css
<style>
span { border-color: #C848FD; }
span { border-color: rgb(200,72,253); }
td.TdClassName
{
border-color: #C848FD;
}
.TagClassName
{
border-color: #C848FD;
}
</style>