Shades of Medium Orchid #C63FEF
Tints of Medium Orchid #C63FEF
RGB
CMYK
RGB Variations
Color information
#C63FEF (or 0xC63FEF) is known color: Medium Orchid. HEX triplet: C6, 3F and EF. RGB value is (198,63,239). Sum of RGB (Red+Green+Blue) = 198+63+239=500 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.6% from 500); Green value is 63 (25% from 255 or 12.6% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #C63FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63FEF is #39C010. Grayscale: #7A7A7A. Windows color (decimal): -3784721 or 15679430. OLE color: 15679430.
HSL color Cylindrical-coordinate representation of color #C63FEF: hue angle of 286.02º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C63FEF is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 63 | 239 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.06 |
| HSL | 286.02º | 0.85% | 0.59% | - |
| HSV(B) | 286.02º | 0.74% | 0.94% | - |
| XYZ | 40.65 | 21.79 | 83.73 | - |
| YUV | 123.43 | 193.23 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 239 | 0.17 | 0.74 | 0 | 0.06 | 286.02 | 0.85 | 0.59 |
| Hex | C6 | 3F | EF | 11 | 4A | 0 | 6 | 11E | 55 | 3B |
| Octal | 306 | 77 | 357 | 21 | 112 | 0 | 6 | 436 | 125 | 73 |
| Binary | 11000110 | 111111 | 11101111 | 10001 | 1001010 | 0 | 110 | 100011110 | 1010101 | 111011 |
Color Harmonies of #C63FEF
Complementary color
Monochromatic Colors of #C63FEF
Black with #C63FEF
Text Example
Text Example
White with #C63FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63FEF; }
p { color: rgb(198,63,239); }
H1.HeaderClassName
{
color: #C63FEF;
}
.AnyTagClassName
{
color: #C63FEF;
}
</style>
background-color css
<style>
a { background-color: #C63FEF; }
a { background-color: rgb(198,63,239); }
div.DivClassName
{
background-color: #C63FEF;
}
.BgClassName
{
background-color: #C63FEF;
}
</style>
border-color css
<style>
span { border-color: #C63FEF; }
span { border-color: rgb(198,63,239); }
td.TdClassName
{
border-color: #C63FEF;
}
.TagClassName
{
border-color: #C63FEF;
}
</style>