Shades of Medium Orchid #C63BF5
Tints of Medium Orchid #C63BF5
RGB
CMYK
RGB Variations
Color information
#C63BF5 (or 0xC63BF5) is known color: Medium Orchid. HEX triplet: C6, 3B and F5. RGB value is (198,59,245). Sum of RGB (Red+Green+Blue) = 198+59+245=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 59 (23.44% from 255 or 11.75% from 502); Blue value is 245 (96.09% from 255 or 48.80% from 502); Max value from RGB is 245 - color contains mainly: blue. Hex color #C63BF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63BF5 is #39C40A. Grayscale: #797979. Windows color (decimal): -3785739 or 16071622. OLE color: 16071622.
HSL color Cylindrical-coordinate representation of color #C63BF5: hue angle of 284.84º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C63BF5 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 59 | 245 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.04 |
| HSL | 284.84º | 0.9% | 0.6% | - |
| HSV(B) | 284.84º | 0.76% | 0.96% | - |
| XYZ | 41.33 | 21.73 | 88.4 | - |
| YUV | 121.77 | 197.55 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 245 | 0.19 | 0.76 | 0 | 0.04 | 284.84 | 0.9 | 0.6 |
| Hex | C6 | 3B | F5 | 13 | 4C | 0 | 4 | 11D | 5A | 3C |
| Octal | 306 | 73 | 365 | 23 | 114 | 0 | 4 | 435 | 132 | 74 |
| Binary | 11000110 | 111011 | 11110101 | 10011 | 1001100 | 0 | 100 | 100011101 | 1011010 | 111100 |
Color Harmonies of #C63BF5
Complementary color
Monochromatic Colors of #C63BF5
Black with #C63BF5
Text Example
Text Example
White with #C63BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63BF5; }
p { color: rgb(198,59,245); }
H1.HeaderClassName
{
color: #C63BF5;
}
.AnyTagClassName
{
color: #C63BF5;
}
</style>
background-color css
<style>
a { background-color: #C63BF5; }
a { background-color: rgb(198,59,245); }
div.DivClassName
{
background-color: #C63BF5;
}
.BgClassName
{
background-color: #C63BF5;
}
</style>
border-color css
<style>
span { border-color: #C63BF5; }
span { border-color: rgb(198,59,245); }
td.TdClassName
{
border-color: #C63BF5;
}
.TagClassName
{
border-color: #C63BF5;
}
</style>