Shades of Medium Orchid #C44BDF
Tints of Medium Orchid #C44BDF
RGB
CMYK
RGB Variations
Color information
#C44BDF (or 0xC44BDF) is known color: Medium Orchid. HEX triplet: C4, 4B and DF. RGB value is (196,75,223). Sum of RGB (Red+Green+Blue) = 196+75+223=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 75 (29.69% from 255 or 15.18% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #C44BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44BDF is #3BB420. Grayscale: #7F7F7F. Windows color (decimal): -3912737 or 14633924. OLE color: 14633924.
HSL color Cylindrical-coordinate representation of color #C44BDF: hue angle of 289.05º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C44BDF is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 75 | 223 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.13 |
| HSL | 289.05º | 0.7% | 0.58% | - |
| HSV(B) | 289.05º | 0.66% | 0.87% | - |
| XYZ | 38.6 | 22.1 | 72.04 | - |
| YUV | 128.05 | 181.59 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 75 | 223 | 0.12 | 0.66 | 0 | 0.13 | 289.05 | 0.7 | 0.58 |
| Hex | C4 | 4B | DF | C | 42 | 0 | D | 121 | 46 | 3A |
| Octal | 304 | 113 | 337 | 14 | 102 | 0 | 15 | 441 | 106 | 72 |
| Binary | 11000100 | 1001011 | 11011111 | 1100 | 1000010 | 0 | 1101 | 100100001 | 1000110 | 111010 |
Color Harmonies of #C44BDF
Complementary color
Monochromatic Colors of #C44BDF
Black with #C44BDF
Text Example
Text Example
White with #C44BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44BDF; }
p { color: rgb(196,75,223); }
H1.HeaderClassName
{
color: #C44BDF;
}
.AnyTagClassName
{
color: #C44BDF;
}
</style>
background-color css
<style>
a { background-color: #C44BDF; }
a { background-color: rgb(196,75,223); }
div.DivClassName
{
background-color: #C44BDF;
}
.BgClassName
{
background-color: #C44BDF;
}
</style>
border-color css
<style>
span { border-color: #C44BDF; }
span { border-color: rgb(196,75,223); }
td.TdClassName
{
border-color: #C44BDF;
}
.TagClassName
{
border-color: #C44BDF;
}
</style>