Shades of Medium Orchid #C63BF9
Tints of Medium Orchid #C63BF9
RGB
CMYK
RGB Variations
Color information
#C63BF9 (or 0xC63BF9) is known color: Medium Orchid. HEX triplet: C6, 3B and F9. RGB value is (198,59,249). Sum of RGB (Red+Green+Blue) = 198+59+249=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 59 (23.44% from 255 or 11.66% from 506); Blue value is 249 (97.66% from 255 or 49.21% from 506); Max value from RGB is 249 - color contains mainly: blue. Hex color #C63BF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63BF9 is #39C406. Grayscale: #797979. Windows color (decimal): -3785735 or 16333766. OLE color: 16333766.
HSL color Cylindrical-coordinate representation of color #C63BF9: hue angle of 283.89º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C63BF9 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 59 | 249 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.02 |
| HSL | 283.89º | 0.94% | 0.6% | - |
| HSV(B) | 283.89º | 0.76% | 0.98% | - |
| XYZ | 41.95 | 21.97 | 91.65 | - |
| YUV | 122.22 | 199.55 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 249 | 0.20 | 0.76 | 0 | 0.02 | 283.89 | 0.94 | 0.6 |
| Hex | C6 | 3B | F9 | 14 | 4C | 0 | 2 | 11C | 5E | 3C |
| Octal | 306 | 73 | 371 | 24 | 114 | 0 | 2 | 434 | 136 | 74 |
| Binary | 11000110 | 111011 | 11111001 | 10100 | 1001100 | 0 | 10 | 100011100 | 1011110 | 111100 |
Color Harmonies of #C63BF9
Complementary color
Monochromatic Colors of #C63BF9
Black with #C63BF9
Text Example
Text Example
White with #C63BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63BF9; }
p { color: rgb(198,59,249); }
H1.HeaderClassName
{
color: #C63BF9;
}
.AnyTagClassName
{
color: #C63BF9;
}
</style>
background-color css
<style>
a { background-color: #C63BF9; }
a { background-color: rgb(198,59,249); }
div.DivClassName
{
background-color: #C63BF9;
}
.BgClassName
{
background-color: #C63BF9;
}
</style>
border-color css
<style>
span { border-color: #C63BF9; }
span { border-color: rgb(198,59,249); }
td.TdClassName
{
border-color: #C63BF9;
}
.TagClassName
{
border-color: #C63BF9;
}
</style>