Shades of Medium Orchid #C849DA
Tints of Medium Orchid #C849DA
RGB
CMYK
RGB Variations
Color information
#C849DA (or 0xC849DA) is known color: Medium Orchid. HEX triplet: C8, 49 and DA. RGB value is (200,73,218). Sum of RGB (Red+Green+Blue) = 200+73+218=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 73 (28.91% from 255 or 14.87% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #C849DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C849DA is #37B625. Grayscale: #7F7F7F. Windows color (decimal): -3651110 or 14305736. OLE color: 14305736.
HSL color Cylindrical-coordinate representation of color #C849DA: hue angle of 292.55º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C849DA is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 73 | 218 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.15 |
| HSL | 292.55º | 0.66% | 0.57% | - |
| HSV(B) | 292.55º | 0.67% | 0.85% | - |
| XYZ | 38.86 | 22.11 | 68.55 | - |
| YUV | 127.5 | 179.08 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 218 | 0.08 | 0.67 | 0 | 0.15 | 292.55 | 0.66 | 0.57 |
| Hex | C8 | 49 | DA | 8 | 43 | 0 | F | 125 | 42 | 39 |
| Octal | 310 | 111 | 332 | 10 | 103 | 0 | 17 | 445 | 102 | 71 |
| Binary | 11001000 | 1001001 | 11011010 | 1000 | 1000011 | 0 | 1111 | 100100101 | 1000010 | 111001 |
Color Harmonies of #C849DA
Complementary color
Monochromatic Colors of #C849DA
Black with #C849DA
Text Example
Text Example
White with #C849DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C849DA; }
p { color: rgb(200,73,218); }
H1.HeaderClassName
{
color: #C849DA;
}
.AnyTagClassName
{
color: #C849DA;
}
</style>
background-color css
<style>
a { background-color: #C849DA; }
a { background-color: rgb(200,73,218); }
div.DivClassName
{
background-color: #C849DA;
}
.BgClassName
{
background-color: #C849DA;
}
</style>
border-color css
<style>
span { border-color: #C849DA; }
span { border-color: rgb(200,73,218); }
td.TdClassName
{
border-color: #C849DA;
}
.TagClassName
{
border-color: #C849DA;
}
</style>