Shades of Medium Orchid #C05BF3
Tints of Medium Orchid #C05BF3
RGB
CMYK
RGB Variations
Color information
#C05BF3 (or 0xC05BF3) is known color: Medium Orchid. HEX triplet: C0, 5B and F3. RGB value is (192,91,243). Sum of RGB (Red+Green+Blue) = 192+91+243=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 91 (35.94% from 255 or 17.30% from 526); Blue value is 243 (95.31% from 255 or 46.20% from 526); Max value from RGB is 243 - color contains mainly: blue. Hex color #C05BF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05BF3 is #3FA40C. Grayscale: #8A8A8A. Windows color (decimal): -4170765 or 15948736. OLE color: 15948736.
HSL color Cylindrical-coordinate representation of color #C05BF3: hue angle of 279.87º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C05BF3 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 91 | 243 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.05 |
| HSL | 279.87º | 0.86% | 0.65% | - |
| HSV(B) | 279.87º | 0.63% | 0.95% | - |
| XYZ | 41.66 | 25.16 | 87.45 | - |
| YUV | 138.53 | 186.96 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 91 | 243 | 0.21 | 0.63 | 0 | 0.05 | 279.87 | 0.86 | 0.65 |
| Hex | C0 | 5B | F3 | 15 | 3F | 0 | 5 | 118 | 56 | 41 |
| Octal | 300 | 133 | 363 | 25 | 77 | 0 | 5 | 430 | 126 | 101 |
| Binary | 11000000 | 1011011 | 11110011 | 10101 | 111111 | 0 | 101 | 100011000 | 1010110 | 1000001 |
Color Harmonies of #C05BF3
Complementary color
Monochromatic Colors of #C05BF3
Black with #C05BF3
Text Example
Text Example
White with #C05BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05BF3; }
p { color: rgb(192,91,243); }
H1.HeaderClassName
{
color: #C05BF3;
}
.AnyTagClassName
{
color: #C05BF3;
}
</style>
background-color css
<style>
a { background-color: #C05BF3; }
a { background-color: rgb(192,91,243); }
div.DivClassName
{
background-color: #C05BF3;
}
.BgClassName
{
background-color: #C05BF3;
}
</style>
border-color css
<style>
span { border-color: #C05BF3; }
span { border-color: rgb(192,91,243); }
td.TdClassName
{
border-color: #C05BF3;
}
.TagClassName
{
border-color: #C05BF3;
}
</style>