Shades of Medium Orchid #C63DFC
Tints of Medium Orchid #C63DFC
RGB
CMYK
RGB Variations
Color information
#C63DFC (or 0xC63DFC) is known color: Medium Orchid. HEX triplet: C6, 3D and FC. RGB value is (198,61,252). Sum of RGB (Red+Green+Blue) = 198+61+252=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 61 (24.22% from 255 or 11.94% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #C63DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C63DFC is #39C203. Grayscale: #7B7B7B. Windows color (decimal): -3785220 or 16530886. OLE color: 16530886.
HSL color Cylindrical-coordinate representation of color #C63DFC: hue angle of 283.04º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C63DFC is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 61 | 252 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.01 |
| HSL | 283.04º | 0.97% | 0.61% | - |
| HSV(B) | 283.04º | 0.76% | 0.99% | - |
| XYZ | 42.53 | 22.37 | 94.17 | - |
| YUV | 123.74 | 200.39 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 252 | 0.21 | 0.76 | 0 | 0.01 | 283.04 | 0.97 | 0.61 |
| Hex | C6 | 3D | FC | 15 | 4C | 0 | 1 | 11B | 61 | 3D |
| Octal | 306 | 75 | 374 | 25 | 114 | 0 | 1 | 433 | 141 | 75 |
| Binary | 11000110 | 111101 | 11111100 | 10101 | 1001100 | 0 | 1 | 100011011 | 1100001 | 111101 |
Color Harmonies of #C63DFC
Complementary color
Monochromatic Colors of #C63DFC
Black with #C63DFC
Text Example
Text Example
White with #C63DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63DFC; }
p { color: rgb(198,61,252); }
H1.HeaderClassName
{
color: #C63DFC;
}
.AnyTagClassName
{
color: #C63DFC;
}
</style>
background-color css
<style>
a { background-color: #C63DFC; }
a { background-color: rgb(198,61,252); }
div.DivClassName
{
background-color: #C63DFC;
}
.BgClassName
{
background-color: #C63DFC;
}
</style>
border-color css
<style>
span { border-color: #C63DFC; }
span { border-color: rgb(198,61,252); }
td.TdClassName
{
border-color: #C63DFC;
}
.TagClassName
{
border-color: #C63DFC;
}
</style>