Shades of Medium Orchid #C074CF
Tints of Medium Orchid #C074CF
RGB
CMYK
RGB Variations
Color information
#C074CF (or 0xC074CF) is known color: Medium Orchid. HEX triplet: C0, 74 and CF. RGB value is (192,116,207). Sum of RGB (Red+Green+Blue) = 192+116+207=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 116 (45.70% from 255 or 22.52% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #C074CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C074CF is #3F8B30. Grayscale: #949494. Windows color (decimal): -4164401 or 13595840. OLE color: 13595840.
HSL color Cylindrical-coordinate representation of color #C074CF: hue angle of 290.11º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C074CF is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 116 | 207 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.19 |
| HSL | 290.11º | 0.49% | 0.63% | - |
| HSV(B) | 290.11º | 0.44% | 0.81% | - |
| XYZ | 39.25 | 28.2 | 62.41 | - |
| YUV | 149.1 | 160.68 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 207 | 0.07 | 0.44 | 0 | 0.19 | 290.11 | 0.49 | 0.63 |
| Hex | C0 | 74 | CF | 7 | 2C | 0 | 13 | 122 | 31 | 3F |
| Octal | 300 | 164 | 317 | 7 | 54 | 0 | 23 | 442 | 61 | 77 |
| Binary | 11000000 | 1110100 | 11001111 | 111 | 101100 | 0 | 10011 | 100100010 | 110001 | 111111 |
Color Harmonies of #C074CF
Complementary color
Monochromatic Colors of #C074CF
Black with #C074CF
Text Example
Text Example
White with #C074CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C074CF; }
p { color: rgb(192,116,207); }
H1.HeaderClassName
{
color: #C074CF;
}
.AnyTagClassName
{
color: #C074CF;
}
</style>
background-color css
<style>
a { background-color: #C074CF; }
a { background-color: rgb(192,116,207); }
div.DivClassName
{
background-color: #C074CF;
}
.BgClassName
{
background-color: #C074CF;
}
</style>
border-color css
<style>
span { border-color: #C074CF; }
span { border-color: rgb(192,116,207); }
td.TdClassName
{
border-color: #C074CF;
}
.TagClassName
{
border-color: #C074CF;
}
</style>