Shades of Medium Orchid #C05CF5
Tints of Medium Orchid #C05CF5
RGB
CMYK
RGB Variations
Color information
#C05CF5 (or 0xC05CF5) is known color: Medium Orchid. HEX triplet: C0, 5C and F5. RGB value is (192,92,245). Sum of RGB (Red+Green+Blue) = 192+92+245=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 92 (36.33% from 255 or 17.39% from 529); Blue value is 245 (96.09% from 255 or 46.31% from 529); Max value from RGB is 245 - color contains mainly: blue. Hex color #C05CF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05CF5 is #3FA30A. Grayscale: #8A8A8A. Windows color (decimal): -4170507 or 16080064. OLE color: 16080064.
HSL color Cylindrical-coordinate representation of color #C05CF5: hue angle of 279.22º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C05CF5 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 92 | 245 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.04 |
| HSL | 279.22º | 0.88% | 0.66% | - |
| HSV(B) | 279.22º | 0.62% | 0.96% | - |
| XYZ | 42.05 | 25.45 | 89.08 | - |
| YUV | 139.34 | 187.63 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 245 | 0.22 | 0.62 | 0 | 0.04 | 279.22 | 0.88 | 0.66 |
| Hex | C0 | 5C | F5 | 16 | 3E | 0 | 4 | 117 | 58 | 42 |
| Octal | 300 | 134 | 365 | 26 | 76 | 0 | 4 | 427 | 130 | 102 |
| Binary | 11000000 | 1011100 | 11110101 | 10110 | 111110 | 0 | 100 | 100010111 | 1011000 | 1000010 |
Color Harmonies of #C05CF5
Complementary color
Monochromatic Colors of #C05CF5
Black with #C05CF5
Text Example
Text Example
White with #C05CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05CF5; }
p { color: rgb(192,92,245); }
H1.HeaderClassName
{
color: #C05CF5;
}
.AnyTagClassName
{
color: #C05CF5;
}
</style>
background-color css
<style>
a { background-color: #C05CF5; }
a { background-color: rgb(192,92,245); }
div.DivClassName
{
background-color: #C05CF5;
}
.BgClassName
{
background-color: #C05CF5;
}
</style>
border-color css
<style>
span { border-color: #C05CF5; }
span { border-color: rgb(192,92,245); }
td.TdClassName
{
border-color: #C05CF5;
}
.TagClassName
{
border-color: #C05CF5;
}
</style>