Shades of Medium Orchid #C945DD
Tints of Medium Orchid #C945DD
RGB
CMYK
RGB Variations
Color information
#C945DD (or 0xC945DD) is known color: Medium Orchid. HEX triplet: C9, 45 and DD. RGB value is (201,69,221). Sum of RGB (Red+Green+Blue) = 201+69+221=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 69 (27.34% from 255 or 14.05% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #C945DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C945DD is #36BA22. Grayscale: #7D7D7D. Windows color (decimal): -3586595 or 14501321. OLE color: 14501321.
HSL color Cylindrical-coordinate representation of color #C945DD: hue angle of 292.11º 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 #C945DD is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 69 | 221 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.13 |
| HSL | 292.11º | 0.69% | 0.57% | - |
| HSV(B) | 292.11º | 0.69% | 0.87% | - |
| XYZ | 39.27 | 21.89 | 70.56 | - |
| YUV | 125.8 | 181.73 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 221 | 0.09 | 0.69 | 0 | 0.13 | 292.11 | 0.69 | 0.57 |
| Hex | C9 | 45 | DD | 9 | 45 | 0 | D | 124 | 45 | 39 |
| Octal | 311 | 105 | 335 | 11 | 105 | 0 | 15 | 444 | 105 | 71 |
| Binary | 11001001 | 1000101 | 11011101 | 1001 | 1000101 | 0 | 1101 | 100100100 | 1000101 | 111001 |
Color Harmonies of #C945DD
Complementary color
Monochromatic Colors of #C945DD
Black with #C945DD
Text Example
Text Example
White with #C945DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C945DD; }
p { color: rgb(201,69,221); }
H1.HeaderClassName
{
color: #C945DD;
}
.AnyTagClassName
{
color: #C945DD;
}
</style>
background-color css
<style>
a { background-color: #C945DD; }
a { background-color: rgb(201,69,221); }
div.DivClassName
{
background-color: #C945DD;
}
.BgClassName
{
background-color: #C945DD;
}
</style>
border-color css
<style>
span { border-color: #C945DD; }
span { border-color: rgb(201,69,221); }
td.TdClassName
{
border-color: #C945DD;
}
.TagClassName
{
border-color: #C945DD;
}
</style>