Shades of Medium Orchid #C845DC
Tints of Medium Orchid #C845DC
RGB
CMYK
RGB Variations
Color information
#C845DC (or 0xC845DC) is known color: Medium Orchid. HEX triplet: C8, 45 and DC. RGB value is (200,69,220). Sum of RGB (Red+Green+Blue) = 200+69+220=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 69 (27.34% from 255 or 14.11% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #C845DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C845DC is #37BA23. Grayscale: #7C7C7C. Windows color (decimal): -3652132 or 14435784. OLE color: 14435784.
HSL color Cylindrical-coordinate representation of color #C845DC: hue angle of 292.05º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C845DC is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 69 | 220 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.14 |
| HSL | 292.05º | 0.68% | 0.57% | - |
| HSV(B) | 292.05º | 0.69% | 0.86% | - |
| XYZ | 38.87 | 21.7 | 69.85 | - |
| YUV | 125.38 | 181.4 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 220 | 0.09 | 0.69 | 0 | 0.14 | 292.05 | 0.68 | 0.57 |
| Hex | C8 | 45 | DC | 9 | 45 | 0 | E | 124 | 44 | 39 |
| Octal | 310 | 105 | 334 | 11 | 105 | 0 | 16 | 444 | 104 | 71 |
| Binary | 11001000 | 1000101 | 11011100 | 1001 | 1000101 | 0 | 1110 | 100100100 | 1000100 | 111001 |
Color Harmonies of #C845DC
Complementary color
Monochromatic Colors of #C845DC
Black with #C845DC
Text Example
Text Example
White with #C845DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C845DC; }
p { color: rgb(200,69,220); }
H1.HeaderClassName
{
color: #C845DC;
}
.AnyTagClassName
{
color: #C845DC;
}
</style>
background-color css
<style>
a { background-color: #C845DC; }
a { background-color: rgb(200,69,220); }
div.DivClassName
{
background-color: #C845DC;
}
.BgClassName
{
background-color: #C845DC;
}
</style>
border-color css
<style>
span { border-color: #C845DC; }
span { border-color: rgb(200,69,220); }
td.TdClassName
{
border-color: #C845DC;
}
.TagClassName
{
border-color: #C845DC;
}
</style>