Shades of Medium Orchid #C63EFB
Tints of Medium Orchid #C63EFB
RGB
CMYK
RGB Variations
Color information
#C63EFB (or 0xC63EFB) is known color: Medium Orchid. HEX triplet: C6, 3E and FB. RGB value is (198,62,251). Sum of RGB (Red+Green+Blue) = 198+62+251=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 62 (24.61% from 255 or 12.13% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #C63EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63EFB is #39C104. Grayscale: #7B7B7B. Windows color (decimal): -3784965 or 16465606. OLE color: 16465606.
HSL color Cylindrical-coordinate representation of color #C63EFB: hue angle of 283.17º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63EFB is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 62 | 251 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.02 |
| HSL | 283.17º | 0.96% | 0.61% | - |
| HSV(B) | 283.17º | 0.75% | 0.98% | - |
| XYZ | 42.42 | 22.42 | 93.36 | - |
| YUV | 124.21 | 199.56 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 62 | 251 | 0.21 | 0.75 | 0 | 0.02 | 283.17 | 0.96 | 0.61 |
| Hex | C6 | 3E | FB | 15 | 4B | 0 | 2 | 11B | 60 | 3D |
| Octal | 306 | 76 | 373 | 25 | 113 | 0 | 2 | 433 | 140 | 75 |
| Binary | 11000110 | 111110 | 11111011 | 10101 | 1001011 | 0 | 10 | 100011011 | 1100000 | 111101 |
Color Harmonies of #C63EFB
Complementary color
Monochromatic Colors of #C63EFB
Black with #C63EFB
Text Example
Text Example
White with #C63EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63EFB; }
p { color: rgb(198,62,251); }
H1.HeaderClassName
{
color: #C63EFB;
}
.AnyTagClassName
{
color: #C63EFB;
}
</style>
background-color css
<style>
a { background-color: #C63EFB; }
a { background-color: rgb(198,62,251); }
div.DivClassName
{
background-color: #C63EFB;
}
.BgClassName
{
background-color: #C63EFB;
}
</style>
border-color css
<style>
span { border-color: #C63EFB; }
span { border-color: rgb(198,62,251); }
td.TdClassName
{
border-color: #C63EFB;
}
.TagClassName
{
border-color: #C63EFB;
}
</style>