Shades of Medium Orchid #C945DC
Tints of Medium Orchid #C945DC
RGB
CMYK
RGB Variations
Color information
#C945DC (or 0xC945DC) is known color: Medium Orchid. HEX triplet: C9, 45 and DC. RGB value is (201,69,220). Sum of RGB (Red+Green+Blue) = 201+69+220=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 69 (27.34% from 255 or 14.08% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #C945DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C945DC is #36BA23. Grayscale: #7D7D7D. Windows color (decimal): -3586596 or 14435785. OLE color: 14435785.
HSL color Cylindrical-coordinate representation of color #C945DC: hue angle of 292.45º 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 #C945DC is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 69 | 220 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.14 |
| HSL | 292.45º | 0.68% | 0.57% | - |
| HSV(B) | 292.45º | 0.69% | 0.86% | - |
| XYZ | 39.13 | 21.84 | 69.86 | - |
| YUV | 125.68 | 181.23 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 220 | 0.09 | 0.69 | 0 | 0.14 | 292.45 | 0.68 | 0.57 |
| Hex | C9 | 45 | DC | 9 | 45 | 0 | E | 124 | 44 | 39 |
| Octal | 311 | 105 | 334 | 11 | 105 | 0 | 16 | 444 | 104 | 71 |
| Binary | 11001001 | 1000101 | 11011100 | 1001 | 1000101 | 0 | 1110 | 100100100 | 1000100 | 111001 |
Color Harmonies of #C945DC
Complementary color
Monochromatic Colors of #C945DC
Black with #C945DC
Text Example
Text Example
White with #C945DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C945DC; }
p { color: rgb(201,69,220); }
H1.HeaderClassName
{
color: #C945DC;
}
.AnyTagClassName
{
color: #C945DC;
}
</style>
background-color css
<style>
a { background-color: #C945DC; }
a { background-color: rgb(201,69,220); }
div.DivClassName
{
background-color: #C945DC;
}
.BgClassName
{
background-color: #C945DC;
}
</style>
border-color css
<style>
span { border-color: #C945DC; }
span { border-color: rgb(201,69,220); }
td.TdClassName
{
border-color: #C945DC;
}
.TagClassName
{
border-color: #C945DC;
}
</style>