Shades of Medium Orchid #C63BFE
Tints of Medium Orchid #C63BFE
RGB
CMYK
RGB Variations
Color information
#C63BFE (or 0xC63BFE) is known color: Medium Orchid. HEX triplet: C6, 3B and FE. RGB value is (198,59,254). Sum of RGB (Red+Green+Blue) = 198+59+254=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 59 (23.44% from 255 or 11.55% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #C63BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63BFE is #39C401. Grayscale: #7A7A7A. Windows color (decimal): -3785730 or 16661446. OLE color: 16661446.
HSL color Cylindrical-coordinate representation of color #C63BFE: hue angle of 282.77º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C63BFE is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 59 | 254 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.00 |
| HSL | 282.77º | 0.99% | 0.61% | - |
| HSV(B) | 282.77º | 0.77% | 1% | - |
| XYZ | 42.74 | 22.29 | 95.82 | - |
| YUV | 122.79 | 202.05 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 254 | 0.22 | 0.77 | 0 | 0.00 | 282.77 | 0.99 | 0.61 |
| Hex | C6 | 3B | FE | 16 | 4D | 0 | 0 | 11B | 63 | 3D |
| Octal | 306 | 73 | 376 | 26 | 115 | 0 | 0 | 433 | 143 | 75 |
| Binary | 11000110 | 111011 | 11111110 | 10110 | 1001101 | 0 | 0 | 100011011 | 1100011 | 111101 |
Color Harmonies of #C63BFE
Complementary color
Monochromatic Colors of #C63BFE
Black with #C63BFE
Text Example
Text Example
White with #C63BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63BFE; }
p { color: rgb(198,59,254); }
H1.HeaderClassName
{
color: #C63BFE;
}
.AnyTagClassName
{
color: #C63BFE;
}
</style>
background-color css
<style>
a { background-color: #C63BFE; }
a { background-color: rgb(198,59,254); }
div.DivClassName
{
background-color: #C63BFE;
}
.BgClassName
{
background-color: #C63BFE;
}
</style>
border-color css
<style>
span { border-color: #C63BFE; }
span { border-color: rgb(198,59,254); }
td.TdClassName
{
border-color: #C63BFE;
}
.TagClassName
{
border-color: #C63BFE;
}
</style>