Shades of Medium Orchid #C63FDE
Tints of Medium Orchid #C63FDE
RGB
CMYK
RGB Variations
Color information
#C63FDE (or 0xC63FDE) is known color: Medium Orchid. HEX triplet: C6, 3F and DE. RGB value is (198,63,222). Sum of RGB (Red+Green+Blue) = 198+63+222=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 63 (25% from 255 or 13.04% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #C63FDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63FDE is #39C021. Grayscale: #787878. Windows color (decimal): -3784738 or 14565318. OLE color: 14565318.
HSL color Cylindrical-coordinate representation of color #C63FDE: hue angle of 290.94º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C63FDE is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 63 | 222 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.13 |
| HSL | 290.94º | 0.71% | 0.56% | - |
| HSV(B) | 290.94º | 0.72% | 0.87% | - |
| XYZ | 38.25 | 20.83 | 71.11 | - |
| YUV | 121.49 | 184.73 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 222 | 0.11 | 0.72 | 0 | 0.13 | 290.94 | 0.71 | 0.56 |
| Hex | C6 | 3F | DE | B | 48 | 0 | D | 123 | 47 | 38 |
| Octal | 306 | 77 | 336 | 13 | 110 | 0 | 15 | 443 | 107 | 70 |
| Binary | 11000110 | 111111 | 11011110 | 1011 | 1001000 | 0 | 1101 | 100100011 | 1000111 | 111000 |
Color Harmonies of #C63FDE
Complementary color
Monochromatic Colors of #C63FDE
Black with #C63FDE
Text Example
Text Example
White with #C63FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63FDE; }
p { color: rgb(198,63,222); }
H1.HeaderClassName
{
color: #C63FDE;
}
.AnyTagClassName
{
color: #C63FDE;
}
</style>
background-color css
<style>
a { background-color: #C63FDE; }
a { background-color: rgb(198,63,222); }
div.DivClassName
{
background-color: #C63FDE;
}
.BgClassName
{
background-color: #C63FDE;
}
</style>
border-color css
<style>
span { border-color: #C63FDE; }
span { border-color: rgb(198,63,222); }
td.TdClassName
{
border-color: #C63FDE;
}
.TagClassName
{
border-color: #C63FDE;
}
</style>