Shades of Medium Orchid #C44BCF
Tints of Medium Orchid #C44BCF
RGB
CMYK
RGB Variations
Color information
#C44BCF (or 0xC44BCF) is known color: Medium Orchid. HEX triplet: C4, 4B and CF. RGB value is (196,75,207). Sum of RGB (Red+Green+Blue) = 196+75+207=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 75 (29.69% from 255 or 15.69% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #C44BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44BCF is #3BB430. Grayscale: #7D7D7D. Windows color (decimal): -3912753 or 13585348. OLE color: 13585348.
HSL color Cylindrical-coordinate representation of color #C44BCF: hue angle of 295º 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 #C44BCF is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 75 | 207 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.19 |
| HSL | 295º | 0.58% | 0.55% | - |
| HSV(B) | 295º | 0.64% | 0.81% | - |
| XYZ | 36.54 | 21.27 | 61.21 | - |
| YUV | 126.23 | 173.59 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 75 | 207 | 0.05 | 0.64 | 0 | 0.19 | 295 | 0.58 | 0.55 |
| Hex | C4 | 4B | CF | 5 | 40 | 0 | 13 | 127 | 3A | 37 |
| Octal | 304 | 113 | 317 | 5 | 100 | 0 | 23 | 447 | 72 | 67 |
| Binary | 11000100 | 1001011 | 11001111 | 101 | 1000000 | 0 | 10011 | 100100111 | 111010 | 110111 |
Color Harmonies of #C44BCF
Complementary color
Monochromatic Colors of #C44BCF
Black with #C44BCF
Text Example
Text Example
White with #C44BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44BCF; }
p { color: rgb(196,75,207); }
H1.HeaderClassName
{
color: #C44BCF;
}
.AnyTagClassName
{
color: #C44BCF;
}
</style>
background-color css
<style>
a { background-color: #C44BCF; }
a { background-color: rgb(196,75,207); }
div.DivClassName
{
background-color: #C44BCF;
}
.BgClassName
{
background-color: #C44BCF;
}
</style>
border-color css
<style>
span { border-color: #C44BCF; }
span { border-color: rgb(196,75,207); }
td.TdClassName
{
border-color: #C44BCF;
}
.TagClassName
{
border-color: #C44BCF;
}
</style>