Shades of Medium Orchid #C460CF
Tints of Medium Orchid #C460CF
RGB
CMYK
RGB Variations
Color information
#C460CF (or 0xC460CF) is known color: Medium Orchid. HEX triplet: C4, 60 and CF. RGB value is (196,96,207). Sum of RGB (Red+Green+Blue) = 196+96+207=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 96 (37.89% from 255 or 19.24% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #C460CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C460CF is #3B9F30. Grayscale: #8A8A8A. Windows color (decimal): -3907377 or 13590724. OLE color: 13590724.
HSL color Cylindrical-coordinate representation of color #C460CF: hue angle of 294.05º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C460CF is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 96 | 207 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.19 |
| HSL | 294.05º | 0.54% | 0.59% | - |
| HSV(B) | 294.05º | 0.54% | 0.81% | - |
| XYZ | 38.21 | 24.61 | 61.77 | - |
| YUV | 138.55 | 166.63 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 96 | 207 | 0.05 | 0.54 | 0 | 0.19 | 294.05 | 0.54 | 0.59 |
| Hex | C4 | 60 | CF | 5 | 36 | 0 | 13 | 126 | 36 | 3B |
| Octal | 304 | 140 | 317 | 5 | 66 | 0 | 23 | 446 | 66 | 73 |
| Binary | 11000100 | 1100000 | 11001111 | 101 | 110110 | 0 | 10011 | 100100110 | 110110 | 111011 |
Color Harmonies of #C460CF
Complementary color
Monochromatic Colors of #C460CF
Black with #C460CF
Text Example
Text Example
White with #C460CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C460CF; }
p { color: rgb(196,96,207); }
H1.HeaderClassName
{
color: #C460CF;
}
.AnyTagClassName
{
color: #C460CF;
}
</style>
background-color css
<style>
a { background-color: #C460CF; }
a { background-color: rgb(196,96,207); }
div.DivClassName
{
background-color: #C460CF;
}
.BgClassName
{
background-color: #C460CF;
}
</style>
border-color css
<style>
span { border-color: #C460CF; }
span { border-color: rgb(196,96,207); }
td.TdClassName
{
border-color: #C460CF;
}
.TagClassName
{
border-color: #C460CF;
}
</style>