Shades of Medium Orchid #C63FDC
Tints of Medium Orchid #C63FDC
RGB
CMYK
RGB Variations
Color information
#C63FDC (or 0xC63FDC) is known color: Medium Orchid. HEX triplet: C6, 3F and DC. RGB value is (198,63,220). Sum of RGB (Red+Green+Blue) = 198+63+220=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 63 (25% from 255 or 13.10% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #C63FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63FDC is #39C023. Grayscale: #787878. Windows color (decimal): -3784740 or 14434246. OLE color: 14434246.
HSL color Cylindrical-coordinate representation of color #C63FDC: hue angle of 291.59º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C63FDC is Cyan = 0.1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 63 | 220 | - |
| CMYK | 0.1 | 0.71 | 0 | 0.14 |
| HSL | 291.59º | 0.69% | 0.55% | - |
| HSV(B) | 291.59º | 0.71% | 0.86% | - |
| XYZ | 37.98 | 20.73 | 69.71 | - |
| YUV | 121.26 | 183.73 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 220 | 0.1 | 0.71 | 0 | 0.14 | 291.59 | 0.69 | 0.55 |
| Hex | C6 | 3F | DC | A | 47 | 0 | E | 124 | 45 | 37 |
| Octal | 306 | 77 | 334 | 12 | 107 | 0 | 16 | 444 | 105 | 67 |
| Binary | 11000110 | 111111 | 11011100 | 1010 | 1000111 | 0 | 1110 | 100100100 | 1000101 | 110111 |
Color Harmonies of #C63FDC
Complementary color
Monochromatic Colors of #C63FDC
Black with #C63FDC
Text Example
Text Example
White with #C63FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63FDC; }
p { color: rgb(198,63,220); }
H1.HeaderClassName
{
color: #C63FDC;
}
.AnyTagClassName
{
color: #C63FDC;
}
</style>
background-color css
<style>
a { background-color: #C63FDC; }
a { background-color: rgb(198,63,220); }
div.DivClassName
{
background-color: #C63FDC;
}
.BgClassName
{
background-color: #C63FDC;
}
</style>
border-color css
<style>
span { border-color: #C63FDC; }
span { border-color: rgb(198,63,220); }
td.TdClassName
{
border-color: #C63FDC;
}
.TagClassName
{
border-color: #C63FDC;
}
</style>