Shades of Medium Orchid #C44FF9
Tints of Medium Orchid #C44FF9
RGB
CMYK
RGB Variations
Color information
#C44FF9 (or 0xC44FF9) is known color: Medium Orchid. HEX triplet: C4, 4F and F9. RGB value is (196,79,249). Sum of RGB (Red+Green+Blue) = 196+79+249=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 79 (31.25% from 255 or 15.08% from 524); Blue value is 249 (97.66% from 255 or 47.52% from 524); Max value from RGB is 249 - color contains mainly: blue. Hex color #C44FF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C44FF9 is #3BB006. Grayscale: #848484. Windows color (decimal): -3911687 or 16338884. OLE color: 16338884.
HSL color Cylindrical-coordinate representation of color #C44FF9: hue angle of 281.29º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C44FF9 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 79 | 249 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.02 |
| HSL | 281.29º | 0.93% | 0.64% | - |
| HSV(B) | 281.29º | 0.68% | 0.98% | - |
| XYZ | 42.66 | 24.17 | 92.04 | - |
| YUV | 133.36 | 193.26 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 79 | 249 | 0.21 | 0.68 | 0 | 0.02 | 281.29 | 0.93 | 0.64 |
| Hex | C4 | 4F | F9 | 15 | 44 | 0 | 2 | 119 | 5D | 40 |
| Octal | 304 | 117 | 371 | 25 | 104 | 0 | 2 | 431 | 135 | 100 |
| Binary | 11000100 | 1001111 | 11111001 | 10101 | 1000100 | 0 | 10 | 100011001 | 1011101 | 1000000 |
Color Harmonies of #C44FF9
Complementary color
Monochromatic Colors of #C44FF9
Black with #C44FF9
Text Example
Text Example
White with #C44FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44FF9; }
p { color: rgb(196,79,249); }
H1.HeaderClassName
{
color: #C44FF9;
}
.AnyTagClassName
{
color: #C44FF9;
}
</style>
background-color css
<style>
a { background-color: #C44FF9; }
a { background-color: rgb(196,79,249); }
div.DivClassName
{
background-color: #C44FF9;
}
.BgClassName
{
background-color: #C44FF9;
}
</style>
border-color css
<style>
span { border-color: #C44FF9; }
span { border-color: rgb(196,79,249); }
td.TdClassName
{
border-color: #C44FF9;
}
.TagClassName
{
border-color: #C44FF9;
}
</style>