Shades of Medium Orchid #C445DF
Tints of Medium Orchid #C445DF
RGB
CMYK
RGB Variations
Color information
#C445DF (or 0xC445DF) is known color: Medium Orchid. HEX triplet: C4, 45 and DF. RGB value is (196,69,223). Sum of RGB (Red+Green+Blue) = 196+69+223=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 69 (27.34% from 255 or 14.14% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #C445DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C445DF is #3BBA20. Grayscale: #7C7C7C. Windows color (decimal): -3914273 or 14632388. OLE color: 14632388.
HSL color Cylindrical-coordinate representation of color #C445DF: hue angle of 289.48º degrees, saturation: 0.71, 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 #C445DF is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 69 | 223 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.13 |
| HSL | 289.48º | 0.71% | 0.57% | - |
| HSV(B) | 289.48º | 0.69% | 0.87% | - |
| XYZ | 38.21 | 21.32 | 71.91 | - |
| YUV | 124.53 | 183.58 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 223 | 0.12 | 0.69 | 0 | 0.13 | 289.48 | 0.71 | 0.57 |
| Hex | C4 | 45 | DF | C | 45 | 0 | D | 121 | 47 | 39 |
| Octal | 304 | 105 | 337 | 14 | 105 | 0 | 15 | 441 | 107 | 71 |
| Binary | 11000100 | 1000101 | 11011111 | 1100 | 1000101 | 0 | 1101 | 100100001 | 1000111 | 111001 |
Color Harmonies of #C445DF
Complementary color
Monochromatic Colors of #C445DF
Black with #C445DF
Text Example
Text Example
White with #C445DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C445DF; }
p { color: rgb(196,69,223); }
H1.HeaderClassName
{
color: #C445DF;
}
.AnyTagClassName
{
color: #C445DF;
}
</style>
background-color css
<style>
a { background-color: #C445DF; }
a { background-color: rgb(196,69,223); }
div.DivClassName
{
background-color: #C445DF;
}
.BgClassName
{
background-color: #C445DF;
}
</style>
border-color css
<style>
span { border-color: #C445DF; }
span { border-color: rgb(196,69,223); }
td.TdClassName
{
border-color: #C445DF;
}
.TagClassName
{
border-color: #C445DF;
}
</style>