Shades of Medium Orchid #C630EC
Tints of Medium Orchid #C630EC
RGB
CMYK
RGB Variations
Color information
#C630EC (or 0xC630EC) is known color: Medium Orchid. HEX triplet: C6, 30 and EC. RGB value is (198,48,236). Sum of RGB (Red+Green+Blue) = 198+48+236=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 48 (19.14% from 255 or 9.96% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #C630EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C630EC is #39CF13. Grayscale: #717171. Windows color (decimal): -3788564 or 15478982. OLE color: 15478982.
HSL color Cylindrical-coordinate representation of color #C630EC: hue angle of 287.87º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C630EC is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 48 | 236 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.07 |
| HSL | 287.87º | 0.83% | 0.56% | - |
| HSV(B) | 287.87º | 0.8% | 0.93% | - |
| XYZ | 39.49 | 20.18 | 81.17 | - |
| YUV | 114.28 | 196.7 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 48 | 236 | 0.16 | 0.80 | 0 | 0.07 | 287.87 | 0.83 | 0.56 |
| Hex | C6 | 30 | EC | 10 | 50 | 0 | 7 | 120 | 53 | 38 |
| Octal | 306 | 60 | 354 | 20 | 120 | 0 | 7 | 440 | 123 | 70 |
| Binary | 11000110 | 110000 | 11101100 | 10000 | 1010000 | 0 | 111 | 100100000 | 1010011 | 111000 |
Color Harmonies of #C630EC
Complementary color
Monochromatic Colors of #C630EC
Black with #C630EC
Text Example
Text Example
White with #C630EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C630EC; }
p { color: rgb(198,48,236); }
H1.HeaderClassName
{
color: #C630EC;
}
.AnyTagClassName
{
color: #C630EC;
}
</style>
background-color css
<style>
a { background-color: #C630EC; }
a { background-color: rgb(198,48,236); }
div.DivClassName
{
background-color: #C630EC;
}
.BgClassName
{
background-color: #C630EC;
}
</style>
border-color css
<style>
span { border-color: #C630EC; }
span { border-color: rgb(198,48,236); }
td.TdClassName
{
border-color: #C630EC;
}
.TagClassName
{
border-color: #C630EC;
}
</style>