Shades of Medium Orchid #C849EA
Tints of Medium Orchid #C849EA
RGB
CMYK
RGB Variations
Color information
#C849EA (or 0xC849EA) is known color: Medium Orchid. HEX triplet: C8, 49 and EA. RGB value is (200,73,234). Sum of RGB (Red+Green+Blue) = 200+73+234=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 73 (28.91% from 255 or 14.40% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #C849EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C849EA is #37B615. Grayscale: #808080. Windows color (decimal): -3651094 or 15354312. OLE color: 15354312.
HSL color Cylindrical-coordinate representation of color #C849EA: hue angle of 287.33º 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 #C849EA is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 73 | 234 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.08 |
| HSL | 287.33º | 0.79% | 0.6% | - |
| HSV(B) | 287.33º | 0.69% | 0.92% | - |
| XYZ | 41.05 | 22.98 | 80.11 | - |
| YUV | 129.33 | 187.08 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 234 | 0.15 | 0.69 | 0 | 0.08 | 287.33 | 0.79 | 0.6 |
| Hex | C8 | 49 | EA | F | 45 | 0 | 8 | 11F | 4F | 3C |
| Octal | 310 | 111 | 352 | 17 | 105 | 0 | 10 | 437 | 117 | 74 |
| Binary | 11001000 | 1001001 | 11101010 | 1111 | 1000101 | 0 | 1000 | 100011111 | 1001111 | 111100 |
Color Harmonies of #C849EA
Complementary color
Monochromatic Colors of #C849EA
Black with #C849EA
Text Example
Text Example
White with #C849EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C849EA; }
p { color: rgb(200,73,234); }
H1.HeaderClassName
{
color: #C849EA;
}
.AnyTagClassName
{
color: #C849EA;
}
</style>
background-color css
<style>
a { background-color: #C849EA; }
a { background-color: rgb(200,73,234); }
div.DivClassName
{
background-color: #C849EA;
}
.BgClassName
{
background-color: #C849EA;
}
</style>
border-color css
<style>
span { border-color: #C849EA; }
span { border-color: rgb(200,73,234); }
td.TdClassName
{
border-color: #C849EA;
}
.TagClassName
{
border-color: #C849EA;
}
</style>