Shades of Medium Orchid #C44ACF
Tints of Medium Orchid #C44ACF
RGB
CMYK
RGB Variations
Color information
#C44ACF (or 0xC44ACF) is known color: Medium Orchid. HEX triplet: C4, 4A and CF. RGB value is (196,74,207). Sum of RGB (Red+Green+Blue) = 196+74+207=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 74 (29.30% from 255 or 15.51% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #C44ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44ACF is #3BB530. Grayscale: #7D7D7D. Windows color (decimal): -3913009 or 13585092. OLE color: 13585092.
HSL color Cylindrical-coordinate representation of color #C44ACF: hue angle of 295.04º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C44ACF is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 74 | 207 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.19 |
| HSL | 295.04º | 0.58% | 0.55% | - |
| HSV(B) | 295.04º | 0.64% | 0.81% | - |
| XYZ | 36.48 | 21.14 | 61.19 | - |
| YUV | 125.64 | 173.92 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 74 | 207 | 0.05 | 0.64 | 0 | 0.19 | 295.04 | 0.58 | 0.55 |
| Hex | C4 | 4A | CF | 5 | 40 | 0 | 13 | 127 | 3A | 37 |
| Octal | 304 | 112 | 317 | 5 | 100 | 0 | 23 | 447 | 72 | 67 |
| Binary | 11000100 | 1001010 | 11001111 | 101 | 1000000 | 0 | 10011 | 100100111 | 111010 | 110111 |
Color Harmonies of #C44ACF
Complementary color
Monochromatic Colors of #C44ACF
Black with #C44ACF
Text Example
Text Example
White with #C44ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44ACF; }
p { color: rgb(196,74,207); }
H1.HeaderClassName
{
color: #C44ACF;
}
.AnyTagClassName
{
color: #C44ACF;
}
</style>
background-color css
<style>
a { background-color: #C44ACF; }
a { background-color: rgb(196,74,207); }
div.DivClassName
{
background-color: #C44ACF;
}
.BgClassName
{
background-color: #C44ACF;
}
</style>
border-color css
<style>
span { border-color: #C44ACF; }
span { border-color: rgb(196,74,207); }
td.TdClassName
{
border-color: #C44ACF;
}
.TagClassName
{
border-color: #C44ACF;
}
</style>