Shades of Medium Orchid #C63FF7
Tints of Medium Orchid #C63FF7
RGB
CMYK
RGB Variations
Color information
#C63FF7 (or 0xC63FF7) is known color: Medium Orchid. HEX triplet: C6, 3F and F7. RGB value is (198,63,247). Sum of RGB (Red+Green+Blue) = 198+63+247=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 63 (25% from 255 or 12.40% from 508); Blue value is 247 (96.88% from 255 or 48.62% from 508); Max value from RGB is 247 - color contains mainly: blue. Hex color #C63FF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63FF7 is #39C008. Grayscale: #7B7B7B. Windows color (decimal): -3784713 or 16203718. OLE color: 16203718.
HSL color Cylindrical-coordinate representation of color #C63FF7: hue angle of 284.02º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C63FF7 is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 63 | 247 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.03 |
| HSL | 284.02º | 0.92% | 0.61% | - |
| HSV(B) | 284.02º | 0.74% | 0.97% | - |
| XYZ | 41.85 | 22.28 | 90.09 | - |
| YUV | 124.34 | 197.23 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 247 | 0.20 | 0.74 | 0 | 0.03 | 284.02 | 0.92 | 0.61 |
| Hex | C6 | 3F | F7 | 14 | 4A | 0 | 3 | 11C | 5C | 3D |
| Octal | 306 | 77 | 367 | 24 | 112 | 0 | 3 | 434 | 134 | 75 |
| Binary | 11000110 | 111111 | 11110111 | 10100 | 1001010 | 0 | 11 | 100011100 | 1011100 | 111101 |
Color Harmonies of #C63FF7
Complementary color
Monochromatic Colors of #C63FF7
Black with #C63FF7
Text Example
Text Example
White with #C63FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63FF7; }
p { color: rgb(198,63,247); }
H1.HeaderClassName
{
color: #C63FF7;
}
.AnyTagClassName
{
color: #C63FF7;
}
</style>
background-color css
<style>
a { background-color: #C63FF7; }
a { background-color: rgb(198,63,247); }
div.DivClassName
{
background-color: #C63FF7;
}
.BgClassName
{
background-color: #C63FF7;
}
</style>
border-color css
<style>
span { border-color: #C63FF7; }
span { border-color: rgb(198,63,247); }
td.TdClassName
{
border-color: #C63FF7;
}
.TagClassName
{
border-color: #C63FF7;
}
</style>