Shades of Medium Orchid #C44AF9
Tints of Medium Orchid #C44AF9
RGB
CMYK
RGB Variations
Color information
#C44AF9 (or 0xC44AF9) is known color: Medium Orchid. HEX triplet: C4, 4A and F9. RGB value is (196,74,249). Sum of RGB (Red+Green+Blue) = 196+74+249=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 74 (29.30% from 255 or 14.26% from 519); Blue value is 249 (97.66% from 255 or 47.98% from 519); Max value from RGB is 249 - color contains mainly: blue. Hex color #C44AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C44AF9 is #3BB506. Grayscale: #818181. Windows color (decimal): -3912967 or 16337604. OLE color: 16337604.
HSL color Cylindrical-coordinate representation of color #C44AF9: hue angle of 281.83º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C44AF9 is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 74 | 249 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.02 |
| HSL | 281.83º | 0.94% | 0.63% | - |
| HSV(B) | 281.83º | 0.7% | 0.98% | - |
| XYZ | 42.31 | 23.47 | 91.92 | - |
| YUV | 130.43 | 194.92 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 74 | 249 | 0.21 | 0.70 | 0 | 0.02 | 281.83 | 0.94 | 0.63 |
| Hex | C4 | 4A | F9 | 15 | 46 | 0 | 2 | 11A | 5E | 3F |
| Octal | 304 | 112 | 371 | 25 | 106 | 0 | 2 | 432 | 136 | 77 |
| Binary | 11000100 | 1001010 | 11111001 | 10101 | 1000110 | 0 | 10 | 100011010 | 1011110 | 111111 |
Color Harmonies of #C44AF9
Complementary color
Monochromatic Colors of #C44AF9
Black with #C44AF9
Text Example
Text Example
White with #C44AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44AF9; }
p { color: rgb(196,74,249); }
H1.HeaderClassName
{
color: #C44AF9;
}
.AnyTagClassName
{
color: #C44AF9;
}
</style>
background-color css
<style>
a { background-color: #C44AF9; }
a { background-color: rgb(196,74,249); }
div.DivClassName
{
background-color: #C44AF9;
}
.BgClassName
{
background-color: #C44AF9;
}
</style>
border-color css
<style>
span { border-color: #C44AF9; }
span { border-color: rgb(196,74,249); }
td.TdClassName
{
border-color: #C44AF9;
}
.TagClassName
{
border-color: #C44AF9;
}
</style>