Shades of Medium Orchid #C74EFB
Tints of Medium Orchid #C74EFB
RGB
CMYK
RGB Variations
Color information
#C74EFB (or 0xC74EFB) is known color: Medium Orchid. HEX triplet: C7, 4E and FB. RGB value is (199,78,251). Sum of RGB (Red+Green+Blue) = 199+78+251=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 78 (30.86% from 255 or 14.77% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #C74EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C74EFB is #38B104. Grayscale: #858585. Windows color (decimal): -3715333 or 16469703. OLE color: 16469703.
HSL color Cylindrical-coordinate representation of color #C74EFB: hue angle of 281.97º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C74EFB is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 78 | 251 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.02 |
| HSL | 281.97º | 0.96% | 0.65% | - |
| HSV(B) | 281.97º | 0.69% | 0.98% | - |
| XYZ | 43.69 | 24.56 | 93.7 | - |
| YUV | 133.9 | 194.09 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 78 | 251 | 0.21 | 0.69 | 0 | 0.02 | 281.97 | 0.96 | 0.65 |
| Hex | C7 | 4E | FB | 15 | 45 | 0 | 2 | 11A | 60 | 41 |
| Octal | 307 | 116 | 373 | 25 | 105 | 0 | 2 | 432 | 140 | 101 |
| Binary | 11000111 | 1001110 | 11111011 | 10101 | 1000101 | 0 | 10 | 100011010 | 1100000 | 1000001 |
Color Harmonies of #C74EFB
Complementary color
Monochromatic Colors of #C74EFB
Black with #C74EFB
Text Example
Text Example
White with #C74EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74EFB; }
p { color: rgb(199,78,251); }
H1.HeaderClassName
{
color: #C74EFB;
}
.AnyTagClassName
{
color: #C74EFB;
}
</style>
background-color css
<style>
a { background-color: #C74EFB; }
a { background-color: rgb(199,78,251); }
div.DivClassName
{
background-color: #C74EFB;
}
.BgClassName
{
background-color: #C74EFB;
}
</style>
border-color css
<style>
span { border-color: #C74EFB; }
span { border-color: rgb(199,78,251); }
td.TdClassName
{
border-color: #C74EFB;
}
.TagClassName
{
border-color: #C74EFB;
}
</style>