Shades of Medium Orchid #C05BF2
Tints of Medium Orchid #C05BF2
RGB
CMYK
RGB Variations
Color information
#C05BF2 (or 0xC05BF2) is known color: Medium Orchid. HEX triplet: C0, 5B and F2. RGB value is (192,91,242). Sum of RGB (Red+Green+Blue) = 192+91+242=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 91 (35.94% from 255 or 17.33% from 525); Blue value is 242 (94.92% from 255 or 46.10% from 525); Max value from RGB is 242 - color contains mainly: blue. Hex color #C05BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05BF2 is #3FA40D. Grayscale: #898989. Windows color (decimal): -4170766 or 15883200. OLE color: 15883200.
HSL color Cylindrical-coordinate representation of color #C05BF2: hue angle of 280.13º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C05BF2 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 91 | 242 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.05 |
| HSL | 280.13º | 0.85% | 0.65% | - |
| HSV(B) | 280.13º | 0.62% | 0.95% | - |
| XYZ | 41.51 | 25.1 | 86.66 | - |
| YUV | 138.41 | 186.46 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 91 | 242 | 0.21 | 0.62 | 0 | 0.05 | 280.13 | 0.85 | 0.65 |
| Hex | C0 | 5B | F2 | 15 | 3E | 0 | 5 | 118 | 55 | 41 |
| Octal | 300 | 133 | 362 | 25 | 76 | 0 | 5 | 430 | 125 | 101 |
| Binary | 11000000 | 1011011 | 11110010 | 10101 | 111110 | 0 | 101 | 100011000 | 1010101 | 1000001 |
Color Harmonies of #C05BF2
Complementary color
Monochromatic Colors of #C05BF2
Black with #C05BF2
Text Example
Text Example
White with #C05BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05BF2; }
p { color: rgb(192,91,242); }
H1.HeaderClassName
{
color: #C05BF2;
}
.AnyTagClassName
{
color: #C05BF2;
}
</style>
background-color css
<style>
a { background-color: #C05BF2; }
a { background-color: rgb(192,91,242); }
div.DivClassName
{
background-color: #C05BF2;
}
.BgClassName
{
background-color: #C05BF2;
}
</style>
border-color css
<style>
span { border-color: #C05BF2; }
span { border-color: rgb(192,91,242); }
td.TdClassName
{
border-color: #C05BF2;
}
.TagClassName
{
border-color: #C05BF2;
}
</style>