Shades of Medium Orchid #C461CF
Tints of Medium Orchid #C461CF
RGB
CMYK
RGB Variations
Color information
#C461CF (or 0xC461CF) is known color: Medium Orchid. HEX triplet: C4, 61 and CF. RGB value is (196,97,207). Sum of RGB (Red+Green+Blue) = 196+97+207=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 97 (38.28% from 255 or 19.4% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #C461CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C461CF is #3B9E30. Grayscale: #8A8A8A. Windows color (decimal): -3907121 or 13590980. OLE color: 13590980.
HSL color Cylindrical-coordinate representation of color #C461CF: hue angle of 294º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C461CF is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 97 | 207 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.19 |
| HSL | 294º | 0.53% | 0.6% | - |
| HSV(B) | 294º | 0.53% | 0.81% | - |
| XYZ | 38.3 | 24.79 | 61.8 | - |
| YUV | 139.14 | 166.3 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 97 | 207 | 0.05 | 0.53 | 0 | 0.19 | 294 | 0.53 | 0.6 |
| Hex | C4 | 61 | CF | 5 | 35 | 0 | 13 | 126 | 35 | 3C |
| Octal | 304 | 141 | 317 | 5 | 65 | 0 | 23 | 446 | 65 | 74 |
| Binary | 11000100 | 1100001 | 11001111 | 101 | 110101 | 0 | 10011 | 100100110 | 110101 | 111100 |
Color Harmonies of #C461CF
Complementary color
Monochromatic Colors of #C461CF
Black with #C461CF
Text Example
Text Example
White with #C461CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C461CF; }
p { color: rgb(196,97,207); }
H1.HeaderClassName
{
color: #C461CF;
}
.AnyTagClassName
{
color: #C461CF;
}
</style>
background-color css
<style>
a { background-color: #C461CF; }
a { background-color: rgb(196,97,207); }
div.DivClassName
{
background-color: #C461CF;
}
.BgClassName
{
background-color: #C461CF;
}
</style>
border-color css
<style>
span { border-color: #C461CF; }
span { border-color: rgb(196,97,207); }
td.TdClassName
{
border-color: #C461CF;
}
.TagClassName
{
border-color: #C461CF;
}
</style>