Shades of Medium Orchid #C63DF6
Tints of Medium Orchid #C63DF6
RGB
CMYK
RGB Variations
Color information
#C63DF6 (or 0xC63DF6) is known color: Medium Orchid. HEX triplet: C6, 3D and F6. RGB value is (198,61,246). Sum of RGB (Red+Green+Blue) = 198+61+246=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 61 (24.22% from 255 or 12.08% from 505); Blue value is 246 (96.48% from 255 or 48.71% from 505); Max value from RGB is 246 - color contains mainly: blue. Hex color #C63DF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63DF6 is #39C209. Grayscale: #7A7A7A. Windows color (decimal): -3785226 or 16137670. OLE color: 16137670.
HSL color Cylindrical-coordinate representation of color #C63DF6: hue angle of 284.43º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63DF6 is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 61 | 246 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.04 |
| HSL | 284.43º | 0.91% | 0.6% | - |
| HSV(B) | 284.43º | 0.75% | 0.96% | - |
| XYZ | 41.59 | 22 | 89.24 | - |
| YUV | 123.05 | 197.39 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 246 | 0.20 | 0.75 | 0 | 0.04 | 284.43 | 0.91 | 0.6 |
| Hex | C6 | 3D | F6 | 14 | 4B | 0 | 4 | 11C | 5B | 3C |
| Octal | 306 | 75 | 366 | 24 | 113 | 0 | 4 | 434 | 133 | 74 |
| Binary | 11000110 | 111101 | 11110110 | 10100 | 1001011 | 0 | 100 | 100011100 | 1011011 | 111100 |
Color Harmonies of #C63DF6
Complementary color
Monochromatic Colors of #C63DF6
Black with #C63DF6
Text Example
Text Example
White with #C63DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63DF6; }
p { color: rgb(198,61,246); }
H1.HeaderClassName
{
color: #C63DF6;
}
.AnyTagClassName
{
color: #C63DF6;
}
</style>
background-color css
<style>
a { background-color: #C63DF6; }
a { background-color: rgb(198,61,246); }
div.DivClassName
{
background-color: #C63DF6;
}
.BgClassName
{
background-color: #C63DF6;
}
</style>
border-color css
<style>
span { border-color: #C63DF6; }
span { border-color: rgb(198,61,246); }
td.TdClassName
{
border-color: #C63DF6;
}
.TagClassName
{
border-color: #C63DF6;
}
</style>