Shades of Medium Orchid #C05FF0
Tints of Medium Orchid #C05FF0
RGB
CMYK
RGB Variations
Color information
#C05FF0 (or 0xC05FF0) is known color: Medium Orchid. HEX triplet: C0, 5F and F0. RGB value is (192,95,240). Sum of RGB (Red+Green+Blue) = 192+95+240=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 95 (37.5% from 255 or 18.03% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #C05FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05FF0 is #3FA00F. Grayscale: #8C8C8C. Windows color (decimal): -4169744 or 15753152. OLE color: 15753152.
HSL color Cylindrical-coordinate representation of color #C05FF0: hue angle of 280.14º 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 #C05FF0 is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 95 | 240 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.06 |
| HSL | 280.14º | 0.83% | 0.66% | - |
| HSV(B) | 280.14º | 0.6% | 0.94% | - |
| XYZ | 41.56 | 25.68 | 85.2 | - |
| YUV | 140.53 | 184.14 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 240 | 0.20 | 0.60 | 0 | 0.06 | 280.14 | 0.83 | 0.66 |
| Hex | C0 | 5F | F0 | 14 | 3C | 0 | 6 | 118 | 53 | 42 |
| Octal | 300 | 137 | 360 | 24 | 74 | 0 | 6 | 430 | 123 | 102 |
| Binary | 11000000 | 1011111 | 11110000 | 10100 | 111100 | 0 | 110 | 100011000 | 1010011 | 1000010 |
Color Harmonies of #C05FF0
Complementary color
Monochromatic Colors of #C05FF0
Black with #C05FF0
Text Example
Text Example
White with #C05FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05FF0; }
p { color: rgb(192,95,240); }
H1.HeaderClassName
{
color: #C05FF0;
}
.AnyTagClassName
{
color: #C05FF0;
}
</style>
background-color css
<style>
a { background-color: #C05FF0; }
a { background-color: rgb(192,95,240); }
div.DivClassName
{
background-color: #C05FF0;
}
.BgClassName
{
background-color: #C05FF0;
}
</style>
border-color css
<style>
span { border-color: #C05FF0; }
span { border-color: rgb(192,95,240); }
td.TdClassName
{
border-color: #C05FF0;
}
.TagClassName
{
border-color: #C05FF0;
}
</style>