Shades of Medium Orchid #C63BDF
Tints of Medium Orchid #C63BDF
RGB
CMYK
RGB Variations
Color information
#C63BDF (or 0xC63BDF) is known color: Medium Orchid. HEX triplet: C6, 3B and DF. RGB value is (198,59,223). Sum of RGB (Red+Green+Blue) = 198+59+223=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 59 (23.44% from 255 or 12.29% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #C63BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63BDF is #39C420. Grayscale: #767676. Windows color (decimal): -3785761 or 14629830. OLE color: 14629830.
HSL color Cylindrical-coordinate representation of color #C63BDF: hue angle of 290.85º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C63BDF is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 59 | 223 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.13 |
| HSL | 290.85º | 0.72% | 0.55% | - |
| HSV(B) | 290.85º | 0.74% | 0.87% | - |
| XYZ | 38.17 | 20.46 | 71.75 | - |
| YUV | 119.26 | 186.55 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 223 | 0.11 | 0.74 | 0 | 0.13 | 290.85 | 0.72 | 0.55 |
| Hex | C6 | 3B | DF | B | 4A | 0 | D | 123 | 48 | 37 |
| Octal | 306 | 73 | 337 | 13 | 112 | 0 | 15 | 443 | 110 | 67 |
| Binary | 11000110 | 111011 | 11011111 | 1011 | 1001010 | 0 | 1101 | 100100011 | 1001000 | 110111 |
Color Harmonies of #C63BDF
Complementary color
Monochromatic Colors of #C63BDF
Black with #C63BDF
Text Example
Text Example
White with #C63BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63BDF; }
p { color: rgb(198,59,223); }
H1.HeaderClassName
{
color: #C63BDF;
}
.AnyTagClassName
{
color: #C63BDF;
}
</style>
background-color css
<style>
a { background-color: #C63BDF; }
a { background-color: rgb(198,59,223); }
div.DivClassName
{
background-color: #C63BDF;
}
.BgClassName
{
background-color: #C63BDF;
}
</style>
border-color css
<style>
span { border-color: #C63BDF; }
span { border-color: rgb(198,59,223); }
td.TdClassName
{
border-color: #C63BDF;
}
.TagClassName
{
border-color: #C63BDF;
}
</style>