Shades of Medium Orchid #C05FF5
Tints of Medium Orchid #C05FF5
RGB
CMYK
RGB Variations
Color information
#C05FF5 (or 0xC05FF5) is known color: Medium Orchid. HEX triplet: C0, 5F and F5. RGB value is (192,95,245). Sum of RGB (Red+Green+Blue) = 192+95+245=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 95 (37.5% from 255 or 17.86% from 532); Blue value is 245 (96.09% from 255 or 46.05% from 532); Max value from RGB is 245 - color contains mainly: blue. Hex color #C05FF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05FF5 is #3FA00A. Grayscale: #8C8C8C. Windows color (decimal): -4169739 or 16080832. OLE color: 16080832.
HSL color Cylindrical-coordinate representation of color #C05FF5: hue angle of 278.8º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C05FF5 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 95 | 245 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.04 |
| HSL | 278.8º | 0.88% | 0.67% | - |
| HSV(B) | 278.8º | 0.61% | 0.96% | - |
| XYZ | 42.31 | 25.98 | 89.17 | - |
| YUV | 141.1 | 186.64 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 245 | 0.22 | 0.61 | 0 | 0.04 | 278.8 | 0.88 | 0.67 |
| Hex | C0 | 5F | F5 | 16 | 3D | 0 | 4 | 117 | 58 | 43 |
| Octal | 300 | 137 | 365 | 26 | 75 | 0 | 4 | 427 | 130 | 103 |
| Binary | 11000000 | 1011111 | 11110101 | 10110 | 111101 | 0 | 100 | 100010111 | 1011000 | 1000011 |
Color Harmonies of #C05FF5
Complementary color
Monochromatic Colors of #C05FF5
Black with #C05FF5
Text Example
Text Example
White with #C05FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05FF5; }
p { color: rgb(192,95,245); }
H1.HeaderClassName
{
color: #C05FF5;
}
.AnyTagClassName
{
color: #C05FF5;
}
</style>
background-color css
<style>
a { background-color: #C05FF5; }
a { background-color: rgb(192,95,245); }
div.DivClassName
{
background-color: #C05FF5;
}
.BgClassName
{
background-color: #C05FF5;
}
</style>
border-color css
<style>
span { border-color: #C05FF5; }
span { border-color: rgb(192,95,245); }
td.TdClassName
{
border-color: #C05FF5;
}
.TagClassName
{
border-color: #C05FF5;
}
</style>