Shades of Medium Orchid #C05CF7
Tints of Medium Orchid #C05CF7
RGB
CMYK
RGB Variations
Color information
#C05CF7 (or 0xC05CF7) is known color: Medium Orchid. HEX triplet: C0, 5C and F7. RGB value is (192,92,247). Sum of RGB (Red+Green+Blue) = 192+92+247=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 92 (36.33% from 255 or 17.33% from 531); Blue value is 247 (96.88% from 255 or 46.52% from 531); Max value from RGB is 247 - color contains mainly: blue. Hex color #C05CF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05CF7 is #3FA308. Grayscale: #8B8B8B. Windows color (decimal): -4170505 or 16211136. OLE color: 16211136.
HSL color Cylindrical-coordinate representation of color #C05CF7: hue angle of 278.71º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C05CF7 is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 92 | 247 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.03 |
| HSL | 278.71º | 0.91% | 0.66% | - |
| HSV(B) | 278.71º | 0.63% | 0.97% | - |
| XYZ | 42.35 | 25.58 | 90.7 | - |
| YUV | 139.57 | 188.63 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 247 | 0.22 | 0.63 | 0 | 0.03 | 278.71 | 0.91 | 0.66 |
| Hex | C0 | 5C | F7 | 16 | 3F | 0 | 3 | 117 | 5B | 42 |
| Octal | 300 | 134 | 367 | 26 | 77 | 0 | 3 | 427 | 133 | 102 |
| Binary | 11000000 | 1011100 | 11110111 | 10110 | 111111 | 0 | 11 | 100010111 | 1011011 | 1000010 |
Color Harmonies of #C05CF7
Complementary color
Monochromatic Colors of #C05CF7
Black with #C05CF7
Text Example
Text Example
White with #C05CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05CF7; }
p { color: rgb(192,92,247); }
H1.HeaderClassName
{
color: #C05CF7;
}
.AnyTagClassName
{
color: #C05CF7;
}
</style>
background-color css
<style>
a { background-color: #C05CF7; }
a { background-color: rgb(192,92,247); }
div.DivClassName
{
background-color: #C05CF7;
}
.BgClassName
{
background-color: #C05CF7;
}
</style>
border-color css
<style>
span { border-color: #C05CF7; }
span { border-color: rgb(192,92,247); }
td.TdClassName
{
border-color: #C05CF7;
}
.TagClassName
{
border-color: #C05CF7;
}
</style>