Shades of Medium Orchid #C74DFB
Tints of Medium Orchid #C74DFB
RGB
CMYK
RGB Variations
Color information
#C74DFB (or 0xC74DFB) is known color: Medium Orchid. HEX triplet: C7, 4D and FB. RGB value is (199,77,251). Sum of RGB (Red+Green+Blue) = 199+77+251=527 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.76% from 527); Green value is 77 (30.47% from 255 or 14.61% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #C74DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C74DFB is #38B204. Grayscale: #848484. Windows color (decimal): -3715589 or 16469447. OLE color: 16469447.
HSL color Cylindrical-coordinate representation of color #C74DFB: hue angle of 282.07º 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 #C74DFB is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 77 | 251 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.02 |
| HSL | 282.07º | 0.96% | 0.64% | - |
| HSV(B) | 282.07º | 0.69% | 0.98% | - |
| XYZ | 43.62 | 24.41 | 93.68 | - |
| YUV | 133.31 | 194.42 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 77 | 251 | 0.21 | 0.69 | 0 | 0.02 | 282.07 | 0.96 | 0.64 |
| Hex | C7 | 4D | FB | 15 | 45 | 0 | 2 | 11A | 60 | 40 |
| Octal | 307 | 115 | 373 | 25 | 105 | 0 | 2 | 432 | 140 | 100 |
| Binary | 11000111 | 1001101 | 11111011 | 10101 | 1000101 | 0 | 10 | 100011010 | 1100000 | 1000000 |
Color Harmonies of #C74DFB
Complementary color
Monochromatic Colors of #C74DFB
Black with #C74DFB
Text Example
Text Example
White with #C74DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74DFB; }
p { color: rgb(199,77,251); }
H1.HeaderClassName
{
color: #C74DFB;
}
.AnyTagClassName
{
color: #C74DFB;
}
</style>
background-color css
<style>
a { background-color: #C74DFB; }
a { background-color: rgb(199,77,251); }
div.DivClassName
{
background-color: #C74DFB;
}
.BgClassName
{
background-color: #C74DFB;
}
</style>
border-color css
<style>
span { border-color: #C74DFB; }
span { border-color: rgb(199,77,251); }
td.TdClassName
{
border-color: #C74DFB;
}
.TagClassName
{
border-color: #C74DFB;
}
</style>