Shades of Medium Orchid #C460F0
Tints of Medium Orchid #C460F0
RGB
CMYK
RGB Variations
Color information
#C460F0 (or 0xC460F0) is known color: Medium Orchid. HEX triplet: C4, 60 and F0. RGB value is (196,96,240). Sum of RGB (Red+Green+Blue) = 196+96+240=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 96 (37.89% from 255 or 18.05% from 532); Blue value is 240 (94.14% from 255 or 45.11% from 532); Max value from RGB is 240 - color contains mainly: blue. Hex color #C460F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C460F0 is #3B9F0F. Grayscale: #8D8D8D. Windows color (decimal): -3907344 or 15753412. OLE color: 15753412.
HSL color Cylindrical-coordinate representation of color #C460F0: hue angle of 281.67º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C460F0 is Cyan = 0.18, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 96 | 240 | - |
| CMYK | 0.18 | 0.6 | 0 | 0.06 |
| HSL | 281.67º | 0.83% | 0.66% | - |
| HSV(B) | 281.67º | 0.6% | 0.94% | - |
| XYZ | 42.68 | 26.39 | 85.28 | - |
| YUV | 142.32 | 183.13 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 96 | 240 | 0.18 | 0.6 | 0 | 0.06 | 281.67 | 0.83 | 0.66 |
| Hex | C4 | 60 | F0 | 12 | 3C | 0 | 6 | 11A | 53 | 42 |
| Octal | 304 | 140 | 360 | 22 | 74 | 0 | 6 | 432 | 123 | 102 |
| Binary | 11000100 | 1100000 | 11110000 | 10010 | 111100 | 0 | 110 | 100011010 | 1010011 | 1000010 |
Color Harmonies of #C460F0
Complementary color
Monochromatic Colors of #C460F0
Black with #C460F0
Text Example
Text Example
White with #C460F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C460F0; }
p { color: rgb(196,96,240); }
H1.HeaderClassName
{
color: #C460F0;
}
.AnyTagClassName
{
color: #C460F0;
}
</style>
background-color css
<style>
a { background-color: #C460F0; }
a { background-color: rgb(196,96,240); }
div.DivClassName
{
background-color: #C460F0;
}
.BgClassName
{
background-color: #C460F0;
}
</style>
border-color css
<style>
span { border-color: #C460F0; }
span { border-color: rgb(196,96,240); }
td.TdClassName
{
border-color: #C460F0;
}
.TagClassName
{
border-color: #C460F0;
}
</style>