Shades of Medium Orchid #C44DFB
Tints of Medium Orchid #C44DFB
RGB
CMYK
RGB Variations
Color information
#C44DFB (or 0xC44DFB) is known color: Medium Orchid. HEX triplet: C4, 4D and FB. RGB value is (196,77,251). Sum of RGB (Red+Green+Blue) = 196+77+251=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 77 (30.47% from 255 or 14.69% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #C44DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C44DFB is #3BB204. Grayscale: #838383. Windows color (decimal): -3912197 or 16469444. OLE color: 16469444.
HSL color Cylindrical-coordinate representation of color #C44DFB: hue angle of 281.03º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C44DFB is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 196 | 77 | 251 | - |
CMYK | 0.22 | 0.69 | 0 | 0.02 |
HSL | 281.03º | 0.96% | 0.64% | - |
HSV(B) | 281.03º | 0.69% | 0.98% | - |
XYZ | 42.83 | 24.01 | 93.64 | - |
YUV | 132.42 | 194.92 | 173.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 77 | 251 | 0.22 | 0.69 | 0 | 0.02 | 281.03 | 0.96 | 0.64 |
Hex | C4 | 4D | FB | 16 | 45 | 0 | 2 | 119 | 60 | 40 |
Octal | 304 | 115 | 373 | 26 | 105 | 0 | 2 | 431 | 140 | 100 |
Binary | 11000100 | 1001101 | 11111011 | 10110 | 1000101 | 0 | 10 | 100011001 | 1100000 | 1000000 |
Color Harmonies of #C44DFB
Complementary color
Monochromatic Colors of #C44DFB
Black with #C44DFB
Text Example
Text Example
White with #C44DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44DFB; }
p { color: rgb(196,77,251); }
H1.HeaderClassName
{
color: #C44DFB;
}
.AnyTagClassName
{
color: #C44DFB;
}
</style>
background-color css
<style>
a { background-color: #C44DFB; }
a { background-color: rgb(196,77,251); }
div.DivClassName
{
background-color: #C44DFB;
}
.BgClassName
{
background-color: #C44DFB;
}
</style>
border-color css
<style>
span { border-color: #C44DFB; }
span { border-color: rgb(196,77,251); }
td.TdClassName
{
border-color: #C44DFB;
}
.TagClassName
{
border-color: #C44DFB;
}
</style>