Shades of Medium Orchid #C848EA
Tints of Medium Orchid #C848EA
RGB
CMYK
RGB Variations
Color information
#C848EA (or 0xC848EA) is known color: Medium Orchid. HEX triplet: C8, 48 and EA. RGB value is (200,72,234). Sum of RGB (Red+Green+Blue) = 200+72+234=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 72 (28.52% from 255 or 14.23% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #C848EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C848EA is #37B715. Grayscale: #808080. Windows color (decimal): -3651350 or 15354056. OLE color: 15354056.
HSL color Cylindrical-coordinate representation of color #C848EA: hue angle of 287.41º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C848EA is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 72 | 234 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.08 |
| HSL | 287.41º | 0.79% | 0.6% | - |
| HSV(B) | 287.41º | 0.69% | 0.92% | - |
| XYZ | 40.99 | 22.85 | 80.09 | - |
| YUV | 128.74 | 187.41 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 234 | 0.15 | 0.69 | 0 | 0.08 | 287.41 | 0.79 | 0.6 |
| Hex | C8 | 48 | EA | F | 45 | 0 | 8 | 11F | 4F | 3C |
| Octal | 310 | 110 | 352 | 17 | 105 | 0 | 10 | 437 | 117 | 74 |
| Binary | 11001000 | 1001000 | 11101010 | 1111 | 1000101 | 0 | 1000 | 100011111 | 1001111 | 111100 |
Color Harmonies of #C848EA
Complementary color
Monochromatic Colors of #C848EA
Black with #C848EA
Text Example
Text Example
White with #C848EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C848EA; }
p { color: rgb(200,72,234); }
H1.HeaderClassName
{
color: #C848EA;
}
.AnyTagClassName
{
color: #C848EA;
}
</style>
background-color css
<style>
a { background-color: #C848EA; }
a { background-color: rgb(200,72,234); }
div.DivClassName
{
background-color: #C848EA;
}
.BgClassName
{
background-color: #C848EA;
}
</style>
border-color css
<style>
span { border-color: #C848EA; }
span { border-color: rgb(200,72,234); }
td.TdClassName
{
border-color: #C848EA;
}
.TagClassName
{
border-color: #C848EA;
}
</style>