Shades of Medium Orchid #C845ED
Tints of Medium Orchid #C845ED
RGB
CMYK
RGB Variations
Color information
#C845ED (or 0xC845ED) is known color: Medium Orchid. HEX triplet: C8, 45 and ED. RGB value is (200,69,237). Sum of RGB (Red+Green+Blue) = 200+69+237=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 69 (27.34% from 255 or 13.64% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #C845ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C845ED is #37BA12. Grayscale: #7E7E7E. Windows color (decimal): -3652115 or 15549896. OLE color: 15549896.
HSL color Cylindrical-coordinate representation of color #C845ED: hue angle of 286.79º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C845ED is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 69 | 237 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.07 |
| HSL | 286.79º | 0.82% | 0.6% | - |
| HSV(B) | 286.79º | 0.71% | 0.93% | - |
| XYZ | 41.23 | 22.65 | 82.32 | - |
| YUV | 127.32 | 189.9 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 237 | 0.16 | 0.71 | 0 | 0.07 | 286.79 | 0.82 | 0.6 |
| Hex | C8 | 45 | ED | 10 | 47 | 0 | 7 | 11F | 52 | 3C |
| Octal | 310 | 105 | 355 | 20 | 107 | 0 | 7 | 437 | 122 | 74 |
| Binary | 11001000 | 1000101 | 11101101 | 10000 | 1000111 | 0 | 111 | 100011111 | 1010010 | 111100 |
Color Harmonies of #C845ED
Complementary color
Monochromatic Colors of #C845ED
Black with #C845ED
Text Example
Text Example
White with #C845ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C845ED; }
p { color: rgb(200,69,237); }
H1.HeaderClassName
{
color: #C845ED;
}
.AnyTagClassName
{
color: #C845ED;
}
</style>
background-color css
<style>
a { background-color: #C845ED; }
a { background-color: rgb(200,69,237); }
div.DivClassName
{
background-color: #C845ED;
}
.BgClassName
{
background-color: #C845ED;
}
</style>
border-color css
<style>
span { border-color: #C845ED; }
span { border-color: rgb(200,69,237); }
td.TdClassName
{
border-color: #C845ED;
}
.TagClassName
{
border-color: #C845ED;
}
</style>