Shades of Medium Orchid #C74BEF
Tints of Medium Orchid #C74BEF
RGB
CMYK
RGB Variations
Color information
#C74BEF (or 0xC74BEF) is known color: Medium Orchid. HEX triplet: C7, 4B and EF. RGB value is (199,75,239). Sum of RGB (Red+Green+Blue) = 199+75+239=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 75 (29.69% from 255 or 14.62% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #C74BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C74BEF is #38B410. Grayscale: #828282. Windows color (decimal): -3716113 or 15682503. OLE color: 15682503.
HSL color Cylindrical-coordinate representation of color #C74BEF: hue angle of 285.37º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C74BEF is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 75 | 239 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.06 |
| HSL | 285.37º | 0.84% | 0.62% | - |
| HSV(B) | 285.37º | 0.69% | 0.94% | - |
| XYZ | 41.65 | 23.41 | 83.98 | - |
| YUV | 130.77 | 189.08 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 239 | 0.17 | 0.69 | 0 | 0.06 | 285.37 | 0.84 | 0.62 |
| Hex | C7 | 4B | EF | 11 | 45 | 0 | 6 | 11D | 54 | 3E |
| Octal | 307 | 113 | 357 | 21 | 105 | 0 | 6 | 435 | 124 | 76 |
| Binary | 11000111 | 1001011 | 11101111 | 10001 | 1000101 | 0 | 110 | 100011101 | 1010100 | 111110 |
Color Harmonies of #C74BEF
Complementary color
Monochromatic Colors of #C74BEF
Black with #C74BEF
Text Example
Text Example
White with #C74BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74BEF; }
p { color: rgb(199,75,239); }
H1.HeaderClassName
{
color: #C74BEF;
}
.AnyTagClassName
{
color: #C74BEF;
}
</style>
background-color css
<style>
a { background-color: #C74BEF; }
a { background-color: rgb(199,75,239); }
div.DivClassName
{
background-color: #C74BEF;
}
.BgClassName
{
background-color: #C74BEF;
}
</style>
border-color css
<style>
span { border-color: #C74BEF; }
span { border-color: rgb(199,75,239); }
td.TdClassName
{
border-color: #C74BEF;
}
.TagClassName
{
border-color: #C74BEF;
}
</style>