Shades of Medium Orchid #C63FF8
Tints of Medium Orchid #C63FF8
RGB
CMYK
RGB Variations
Color information
#C63FF8 (or 0xC63FF8) is known color: Medium Orchid. HEX triplet: C6, 3F and F8. RGB value is (198,63,248). Sum of RGB (Red+Green+Blue) = 198+63+248=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 63 (25% from 255 or 12.38% from 509); Blue value is 248 (97.27% from 255 or 48.72% from 509); Max value from RGB is 248 - color contains mainly: blue. Hex color #C63FF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63FF8 is #39C007. Grayscale: #7B7B7B. Windows color (decimal): -3784712 or 16269254. OLE color: 16269254.
HSL color Cylindrical-coordinate representation of color #C63FF8: hue angle of 283.78º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63FF8 is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 63 | 248 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.03 |
| HSL | 283.78º | 0.93% | 0.61% | - |
| HSV(B) | 283.78º | 0.75% | 0.97% | - |
| XYZ | 42.01 | 22.34 | 90.9 | - |
| YUV | 124.46 | 197.73 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 248 | 0.20 | 0.75 | 0 | 0.03 | 283.78 | 0.93 | 0.61 |
| Hex | C6 | 3F | F8 | 14 | 4B | 0 | 3 | 11C | 5D | 3D |
| Octal | 306 | 77 | 370 | 24 | 113 | 0 | 3 | 434 | 135 | 75 |
| Binary | 11000110 | 111111 | 11111000 | 10100 | 1001011 | 0 | 11 | 100011100 | 1011101 | 111101 |
Color Harmonies of #C63FF8
Complementary color
Monochromatic Colors of #C63FF8
Black with #C63FF8
Text Example
Text Example
White with #C63FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63FF8; }
p { color: rgb(198,63,248); }
H1.HeaderClassName
{
color: #C63FF8;
}
.AnyTagClassName
{
color: #C63FF8;
}
</style>
background-color css
<style>
a { background-color: #C63FF8; }
a { background-color: rgb(198,63,248); }
div.DivClassName
{
background-color: #C63FF8;
}
.BgClassName
{
background-color: #C63FF8;
}
</style>
border-color css
<style>
span { border-color: #C63FF8; }
span { border-color: rgb(198,63,248); }
td.TdClassName
{
border-color: #C63FF8;
}
.TagClassName
{
border-color: #C63FF8;
}
</style>