Shades of Medium Orchid #C44FDA
Tints of Medium Orchid #C44FDA
RGB
CMYK
RGB Variations
Color information
#C44FDA (or 0xC44FDA) is known color: Medium Orchid. HEX triplet: C4, 4F and DA. RGB value is (196,79,218). Sum of RGB (Red+Green+Blue) = 196+79+218=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 79 (31.25% from 255 or 16.02% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #C44FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44FDA is #3BB025. Grayscale: #818181. Windows color (decimal): -3911718 or 14307268. OLE color: 14307268.
HSL color Cylindrical-coordinate representation of color #C44FDA: hue angle of 290.5º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C44FDA is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 79 | 218 | - |
| CMYK | 0.10 | 0.64 | 0 | 0.15 |
| HSL | 290.5º | 0.65% | 0.58% | - |
| HSV(B) | 290.5º | 0.64% | 0.85% | - |
| XYZ | 38.22 | 22.39 | 68.64 | - |
| YUV | 129.83 | 177.76 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 79 | 218 | 0.10 | 0.64 | 0 | 0.15 | 290.5 | 0.65 | 0.58 |
| Hex | C4 | 4F | DA | A | 40 | 0 | F | 123 | 41 | 3A |
| Octal | 304 | 117 | 332 | 12 | 100 | 0 | 17 | 443 | 101 | 72 |
| Binary | 11000100 | 1001111 | 11011010 | 1010 | 1000000 | 0 | 1111 | 100100011 | 1000001 | 111010 |
Color Harmonies of #C44FDA
Complementary color
Monochromatic Colors of #C44FDA
Black with #C44FDA
Text Example
Text Example
White with #C44FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44FDA; }
p { color: rgb(196,79,218); }
H1.HeaderClassName
{
color: #C44FDA;
}
.AnyTagClassName
{
color: #C44FDA;
}
</style>
background-color css
<style>
a { background-color: #C44FDA; }
a { background-color: rgb(196,79,218); }
div.DivClassName
{
background-color: #C44FDA;
}
.BgClassName
{
background-color: #C44FDA;
}
</style>
border-color css
<style>
span { border-color: #C44FDA; }
span { border-color: rgb(196,79,218); }
td.TdClassName
{
border-color: #C44FDA;
}
.TagClassName
{
border-color: #C44FDA;
}
</style>