Shades of Medium Orchid #C845DD
Tints of Medium Orchid #C845DD
RGB
CMYK
RGB Variations
Color information
#C845DD (or 0xC845DD) is known color: Medium Orchid. HEX triplet: C8, 45 and DD. RGB value is (200,69,221). Sum of RGB (Red+Green+Blue) = 200+69+221=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 69 (27.34% from 255 or 14.08% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #C845DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C845DD is #37BA22. Grayscale: #7D7D7D. Windows color (decimal): -3652131 or 14501320. OLE color: 14501320.
HSL color Cylindrical-coordinate representation of color #C845DD: hue angle of 291.71º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C845DD is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 69 | 221 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.13 |
| HSL | 291.71º | 0.69% | 0.57% | - |
| HSV(B) | 291.71º | 0.69% | 0.87% | - |
| XYZ | 39 | 21.76 | 70.55 | - |
| YUV | 125.5 | 181.9 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 221 | 0.10 | 0.69 | 0 | 0.13 | 291.71 | 0.69 | 0.57 |
| Hex | C8 | 45 | DD | A | 45 | 0 | D | 124 | 45 | 39 |
| Octal | 310 | 105 | 335 | 12 | 105 | 0 | 15 | 444 | 105 | 71 |
| Binary | 11001000 | 1000101 | 11011101 | 1010 | 1000101 | 0 | 1101 | 100100100 | 1000101 | 111001 |
Color Harmonies of #C845DD
Complementary color
Monochromatic Colors of #C845DD
Black with #C845DD
Text Example
Text Example
White with #C845DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C845DD; }
p { color: rgb(200,69,221); }
H1.HeaderClassName
{
color: #C845DD;
}
.AnyTagClassName
{
color: #C845DD;
}
</style>
background-color css
<style>
a { background-color: #C845DD; }
a { background-color: rgb(200,69,221); }
div.DivClassName
{
background-color: #C845DD;
}
.BgClassName
{
background-color: #C845DD;
}
</style>
border-color css
<style>
span { border-color: #C845DD; }
span { border-color: rgb(200,69,221); }
td.TdClassName
{
border-color: #C845DD;
}
.TagClassName
{
border-color: #C845DD;
}
</style>